Proper handling of the ShowThumbnailsAlwaysOnTop option

This commit is contained in:
Anton Kasyanov
2016-06-05 21:54:39 +03:00
parent 71c0889fa9
commit b1a11db9a9

View File

@@ -127,6 +127,7 @@ namespace EveOPreview.UI
// No need to move Thumbnails while one of them is highlighted // No need to move Thumbnails while one of them is highlighted
view.Location = this._configuration.GetThumbnailLocation(view.Title, this._activeClientTitle, view.Location); view.Location = this._configuration.GetThumbnailLocation(view.Title, this._activeClientTitle, view.Location);
view.SetOpacity(this._configuration.ThumbnailsOpacity); view.SetOpacity(this._configuration.ThumbnailsOpacity);
view.SetTopMost(this._configuration.ShowThumbnailsAlwaysOnTop);
} }
view.IsOverlayEnabled = this._configuration.ShowThumbnailOverlays; view.IsOverlayEnabled = this._configuration.ShowThumbnailOverlays;