projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix bugs in FindFirst() (it gets URL, not filename, on input) and FindNext() (which...
[wxWidgets.git]
/
src
/
gtk
/
textctrl.cpp
diff --git
a/src/gtk/textctrl.cpp
b/src/gtk/textctrl.cpp
index 71ba5a70209efeb4a6f2d0ecd5d452e5139dae7b..e30c23e4da3e16a6c1facb586dcde0c5c32ea86e 100644
(file)
--- a/
src/gtk/textctrl.cpp
+++ b/
src/gtk/textctrl.cpp
@@
-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 )