+chg: disable menubar in fullscreen mode too.

This commit is contained in:
METANEOCORTEX\Kotti 2023-04-27 17:00:44 +02:00
parent 628c22405a
commit d32256c425

View File

@ -4758,7 +4758,9 @@ void SnapToWinInfoPos(HWND hwnd, const WININFO winInfo, SCREEN_MODE mode)
Settings.AlwaysOnTop = true;
s_bPrevFullScreenFlag = true;
}
SetMenu(hwnd, (Settings.ShowMenubar ? Globals.hMainMenu : NULL));
DrawMenuBar(hwnd);
ShowWindow(Globals.hwndRebar, (Settings.ShowToolbar ? SW_SHOWNORMAL : SW_HIDE));
UpdateUI(hwnd);
}