X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/54800df8d8f5e425c4f11538cd05341c51243543..ad4297f34e21cea85219f3866d96c2622d5bb699:/src/msw/dialog.cpp diff --git a/src/msw/dialog.cpp b/src/msw/dialog.cpp index 001b485490..bc03783404 100644 --- a/src/msw/dialog.cpp +++ b/src/msw/dialog.cpp @@ -174,7 +174,7 @@ bool wxDialog::Create(wxWindow *parent, #ifdef __WXMICROWIN__ extern const wxChar *wxFrameClassName; - int msflags = WS_OVERLAPPED; + int msflags = WS_OVERLAPPED|WS_POPUP; if (style & wxCAPTION) msflags |= WS_CAPTION; if (style & wxCLIP_CHILDREN)