When Zoomed In the thumbnail window should always stay on the top

This commit is contained in:
Anton Kasyanov
2016-06-09 01:44:14 +03:00
parent 6c11b2ea95
commit fa4086aba7
2 changed files with 2 additions and 10 deletions

View File

@@ -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;
}