]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/textctrl.cpp
Various changes to make pop up menus work
[wxWidgets.git] / src / msw / textctrl.cpp
index 4ecf1d2019c7a751cd6305b6648fe72908457a4f..12716ffeb5165b8e13154da8b699a7e2f0b35aaa 100644 (file)
@@ -357,6 +357,12 @@ void wxTextCtrl::AdoptAttributesFromHWND()
 
 WXDWORD wxTextCtrl::MSWGetStyle(long style, WXDWORD *exstyle) const
 {
+    // default border for the text controls is the sunken one
+    if ( (style & wxBORDER_MASK) == wxBORDER_DEFAULT )
+    {
+        style |= wxBORDER_SUNKEN;
+    }
+
     long msStyle = wxControl::MSWGetStyle(style, exstyle);
 
     // default styles