]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/textentrycmn.cpp
Explicitly unregister custom wxWebViewIE namespaces when we are done with them. Also...
[wxWidgets.git] / src / common / textentrycmn.cpp
index 971f5626688ed50faab56148b1f5a62469327d04..3e5c6117e07d68eb736508b14cc743decc9d2cdf 100644 (file)
@@ -224,7 +224,7 @@ void wxTextEntryBase::AppendText(const wxString& text)
 
 void wxTextEntryBase::DoSetValue(const wxString& value, int flags)
 {
-    if ( value != GetValue() )
+    if ( value != DoGetValue() )
     {
         EventsSuppressor noeventsIf(this, !(flags & SetValue_SendEvent));