]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/dialog.cpp
wxMotif Solaris 2.6 compilation fixes
[wxWidgets.git] / src / msw / dialog.cpp
index 60ee421c6914d997cfe416f6a7d57a29805b3b41..6b335758d2d6df6eb17afc34a3804fea1ed1a650 100644 (file)
@@ -111,6 +111,9 @@ bool wxDialog::Create(wxWindow *parent, wxWindowID id,
     if (height < 0)
         height = 500;
 
+    // All dialogs should really have this style
+    m_windowStyle |= wxTAB_TRAVERSAL;
+
     WXDWORD extendedStyle = MakeExtendedStyle(m_windowStyle);
     if (m_windowStyle & wxSTAY_ON_TOP)
         extendedStyle |= WS_EX_TOPMOST;