]> git.saurik.com Git - wxWidgets.git/blobdiff - src/univ/textctrl.cpp
Updating makefiles for OpenVMS
[wxWidgets.git] / src / univ / textctrl.cpp
index 1c2fa3c8142f7a16103fac26967f77b5f3e9008c..23573fcdd14d2b434454885cc5eb473a4a7fea5b 100644 (file)
@@ -1264,8 +1264,7 @@ void wxTextCtrl::Replace(wxTextPos from, wxTextPos to, const wxString& text)
     // now call it to do the rest (not related to refreshing)
     ClearSelection();
 
-    if ( EventsAllowed() )
-        SendTextUpdatedEvent();
+    SendTextUpdatedEventIfAllowed();
 }
 
 void wxTextCtrl::Remove(wxTextPos from, wxTextPos to)