mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
+chg: disable menubar in fullscreen mode too.
This commit is contained in:
parent
628c22405a
commit
d32256c425
@ -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);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user