After the thumbnail is zoomed it its position is resynced

This commit is contained in:
Anton Kasyanov
2016-06-05 21:46:23 +03:00
parent 3192e2f703
commit 71c0889fa9

View File

@@ -122,13 +122,15 @@ namespace EveOPreview.UI
continue; continue;
} }
view.Location = this._configuration.GetThumbnailLocation(view.Title, this._activeClientTitle, view.Location);
view.IsOverlayEnabled = this._configuration.ShowThumbnailOverlays;
if (!this._isHoverEffectActive) if (!this._isHoverEffectActive)
{ {
// No need to move Thumbnails while one of them is highlighted
view.Location = this._configuration.GetThumbnailLocation(view.Title, this._activeClientTitle, view.Location);
view.SetOpacity(this._configuration.ThumbnailsOpacity); view.SetOpacity(this._configuration.ThumbnailsOpacity);
} }
view.IsOverlayEnabled = this._configuration.ShowThumbnailOverlays;
if (!view.IsActive) if (!view.IsActive)
{ {
view.Show(); view.Show();