X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/34158fee38374ff5bfea882785fed924b2a18e41..39df3acde9a009f9aafe4b218cdfab5bee59724d:/src/univ/textctrl.cpp diff --git a/src/univ/textctrl.cpp b/src/univ/textctrl.cpp index 167cf32f27..a49704f65f 100644 --- a/src/univ/textctrl.cpp +++ b/src/univ/textctrl.cpp @@ -4680,7 +4680,6 @@ bool wxTextCtrl::PerformAction(const wxControlAction& actionOrig, wxCommandEvent event(wxEVT_COMMAND_TEXT_UPDATED, GetId()); InitCommandEvent(event); - event.SetString(GetValue()); GetEventHandler()->ProcessEvent(event); // as the text changed...