X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7bc740719c93355e447db5c9bcb24cf7cdc29b61..9bc3af3e642709425476f6232a19fe4f1bbb42b8:/src/osx/choice_osx.cpp diff --git a/src/osx/choice_osx.cpp b/src/osx/choice_osx.cpp index d7ea4197fa..7dd17476cf 100644 --- a/src/osx/choice_osx.cpp +++ b/src/osx/choice_osx.cpp @@ -236,7 +236,7 @@ void * wxChoice::DoGetItemClientData(unsigned int n) const bool wxChoice::OSXHandleClicked( double WXUNUSED(timestampsec) ) { - SendSelectionChangedEvent(wxEVT_COMMAND_CHOICE_SELECTED); + SendSelectionChangedEvent(wxEVT_CHOICE); return true ; }