Re-apply the top-most state to its previous value when exiting fullscreen.

This commit is contained in:
The Dax 2013-09-13 22:36:59 -04:00
parent 8092a9c67c
commit 877ea42125

View File

@ -270,6 +270,7 @@ namespace MainWindow
CorrectCursor();
ResizeDisplay();
ShowOwnedPopups(hwndMain, TRUE);
W32Util::MakeTopMost(hwndMain, g_Config.bTopMost);
}
void _ViewFullScreen(HWND hWnd) {