X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7712257ef218b93aaa31b6512800ffd7558ffc3c..45f5bb03d5e2a25be1d87c35b4fba8fe30e48cdf:/src/osx/checklst_osx.cpp diff --git a/src/osx/checklst_osx.cpp b/src/osx/checklst_osx.cpp index b420d6d3ec..be06c9f289 100644 --- a/src/osx/checklst_osx.cpp +++ b/src/osx/checklst_osx.cpp @@ -121,6 +121,7 @@ void wxCheckListBox::SetValueCallback( unsigned int n, wxListWidgetColumn* col , wxCommandEvent event( wxEVT_COMMAND_CHECKLISTBOX_TOGGLED, GetId() ); event.SetInt( n ); + event.SetString( GetString( n ) ); event.SetEventObject( this ); HandleWindowEvent( event ); }