Thumbnail can fall behind other windows even if the 'Stay on top' option is activated
This commit is contained in:
@@ -176,12 +176,12 @@ namespace EveOPreview.View
|
||||
|
||||
public void SetTopMost(bool enableTopmost)
|
||||
{
|
||||
// IMO WinForms could check this too
|
||||
if (this._isTopMost == enableTopmost)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
this.TopLevel = enableTopmost;
|
||||
this.TopMost = enableTopmost;
|
||||
this._overlay.TopMost = enableTopmost;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user