]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/toplevel.cpp
Implement wxDataViewModel::IsEnabled() support in generic implementation.
[wxWidgets.git] / src / msw / toplevel.cpp
index 8378923a5c518bb405e3f7002534c8e0e24e12d6..8219f12a43b782c8a12b20f92be3ab0e47abdb78 100644 (file)
@@ -462,7 +462,7 @@ bool wxTopLevelWindowMSW::CreateDialog(const void *dlgTemplate,
         // Let the system position the window, just set its size.
         ::SetWindowPos(GetHwnd(), 0,
                        0, 0, w, h,
-                       SWP_NOMOVE | SWP_NOZORDER);
+                       SWP_NOMOVE | SWP_NOZORDER | SWP_NOACTIVATE);
     }
     else // Move the window to the desired location and set its size too.
     {