]> git.saurik.com Git - wxWidgets.git/blobdiff - src/univ/textctrl.cpp
A bit of scrolling works under GTK 2.0
[wxWidgets.git] / src / univ / textctrl.cpp
index e1cedbad1289db234de92cd2f1980d2823e106a0..13d8d1054c036bb4b576b07d922ff6663b4a69a5 100644 (file)
@@ -691,6 +691,11 @@ bool wxTextCtrl::Create(wxWindow *parent,
         // create data object for single line controls
         m_data.sdata = new wxTextSingleLineData;
     }
         // create data object for single line controls
         m_data.sdata = new wxTextSingleLineData;
     }
+    
+#if wxUSE_TWO_WINDOWS
+    if ((style & wxBORDER_MASK) == 0)
+        style |= wxBORDER_SUNKEN;
+#endif
 
     if ( !wxControl::Create(parent, id, pos, size, style,
                             validator, name) )
 
     if ( !wxControl::Create(parent, id, pos, size, style,
                             validator, name) )