After the thumbnail is zoomed it its position is resynced
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user