X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/34158fee38374ff5bfea882785fed924b2a18e41..a09cd1895ece68cbc4562cbc6aa104affb6071f8:/src/univ/textctrl.cpp?ds=inline 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...