]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/msgdlg.cpp
All editors that derive from wxGridCellTextEditor will now select the
[wxWidgets.git] / src / msw / msgdlg.cpp
index ec05f72a379435abb6287e1b50f9b6728e98b106..834fbdb022943388947b4915608c1e6c812a4b46 100644 (file)
@@ -93,6 +93,9 @@ int wxMessageDialog::ShowModal()
     else if (m_dialogStyle & wxICON_QUESTION)
         msStyle |= MB_ICONQUESTION;
 
+    if ( m_dialogStyle & wxSTAY_ON_TOP )
+        msStyle |= MB_TOPMOST;
+
     if (hWnd)
         msStyle |= MB_APPLMODAL;
     else