]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/frame.cpp
fixed yet another bug in wxRegConfig::SetPath() - SetPath(../..) didn't work
[wxWidgets.git] / src / msw / frame.cpp
index 7013f9d85df6a6fee359381494e6fad7ac832cf2..d766cb099255573a8539ea147b5cf48c5ff74d95 100644 (file)
@@ -615,7 +615,7 @@ bool wxFrameMSW::ShowFullScreen(bool show, long style)
         LONG offFlags = 0;
 
         if (style & wxFULLSCREEN_NOBORDER)
-            offFlags |= WS_BORDER;
+            offFlags |= WS_BORDER | WS_THICKFRAME;
         if (style & wxFULLSCREEN_NOCAPTION)
             offFlags |= (WS_CAPTION | WS_SYSMENU);