]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/textctrl.cpp
Fix wxStockCursor realted compile error
[wxWidgets.git] / src / gtk / textctrl.cpp
index 71ba5a70209efeb4a6f2d0ecd5d452e5139dae7b..e30c23e4da3e16a6c1facb586dcde0c5c32ea86e 100644 (file)
@@ -1007,9 +1007,6 @@ void wxTextCtrl::DoSetValue( const wxString &value, int flags )
     {
         EnableTextChangedEvents(true);
     }
-
-    // This was added after discussion on the list
-    SetInsertionPoint(0);
 }
 
 void wxTextCtrl::WriteText( const wxString &text )