Merge of blender-v4.5-release

This commit is contained in:
Harley Acheson
2025-07-07 10:17:56 -07:00
parent 8153b975a7
commit 4fe0e788a9

View File

@@ -192,6 +192,7 @@ GHOST_WindowWin32::GHOST_WindowWin32(GHOST_SystemWin32 *system,
/* Show the window. */
int nCmdShow;
switch (state) {
case GHOST_kWindowStateFullScreen:
case GHOST_kWindowStateMaximized:
nCmdShow = SW_SHOWMAXIMIZED;
break;