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:
Anton Kasyanov
2021-03-25 20:42:16 +02:00
parent 6645b36344
commit 1b35d8dd73

View File

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