]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/textctrl.cpp
scrolling to selection
[wxWidgets.git] / src / gtk1 / textctrl.cpp
index f37ca3d41ee4adca008aa5d64f7c70178ec0b48d..d36febec6b427f71dd503c3592d7ea0b0613ad17 100644 (file)
@@ -1517,15 +1517,8 @@ bool wxTextCtrl::SetStyle( long start, long end, const wxTextAttr& style )
 
 void wxTextCtrl::ApplyWidgetStyle()
 {
-//     if (m_windowStyle & wxTE_MULTILINE)
-//     {
-//         // how ?
-//     }
-//     else
-    {
-        SetWidgetStyle();
-        gtk_widget_set_style( m_text, m_widgetStyle );
-    }
+    SetWidgetStyle();
+    gtk_widget_set_style( m_text, m_widgetStyle );
 }
 
 void wxTextCtrl::OnCut(wxCommandEvent& WXUNUSED(event))