189: [Bug] Name overlay is still diplayed on top of all windows when the preview itself is overlapped by other windows
This commit is contained in:
@@ -216,9 +216,8 @@ namespace EveOPreview.View
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
this.TopLevel = enableTopmost;
|
|
||||||
this.TopMost = enableTopmost;
|
|
||||||
this._overlay.TopMost = enableTopmost;
|
this._overlay.TopMost = enableTopmost;
|
||||||
|
this.TopMost = enableTopmost;
|
||||||
|
|
||||||
this._isTopMost = enableTopmost;
|
this._isTopMost = enableTopmost;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user