]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/checklst_osx.cpp
paint event was missing the id, Connect not working for this otherwise
[wxWidgets.git] / src / osx / checklst_osx.cpp
index b420d6d3ecef822aa5d67c6c600798e9a00df364..be06c9f289fc9ba2e7a969361bd1c3853b6f7a1f 100644 (file)
@@ -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 );
     }