Proper handling of the ShowThumbnailsAlwaysOnTop option
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user