When Zoomed In the thumbnail window should always stay on the top
This commit is contained in:
@@ -307,13 +307,13 @@ namespace EveOPreview.UI
|
||||
|
||||
IThumbnailView view = this._thumbnailViews[id];
|
||||
|
||||
view.SetOpacity(this._configuration.ThumbnailsOpacity);
|
||||
|
||||
if (this._configuration.EnableThumbnailZoom)
|
||||
{
|
||||
this.ThumbnailZoomOut(view);
|
||||
}
|
||||
|
||||
view.SetOpacity(this._configuration.ThumbnailsOpacity);
|
||||
|
||||
this._isHoverEffectActive = false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user