]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/checklst_osx.cpp
fix wxGTK1 compilation after wxTextEntry DoGetValue() change
[wxWidgets.git] / src / osx / checklst_osx.cpp
index be06c9f289fc9ba2e7a969361bd1c3853b6f7a1f..1c3a1d581513613ab32be4d01e3297bae2240d18 100644 (file)
@@ -117,7 +117,7 @@ void wxCheckListBox::SetValueCallback( unsigned int n, wxListWidgetColumn* col ,
 {
     if ( col == m_checkColumn )
     {
-        Check( n, value.GetIntValue() );
+        Check( n, value.GetIntValue() != 0 );
         
         wxCommandEvent event( wxEVT_COMMAND_CHECKLISTBOX_TOGGLED, GetId() );
         event.SetInt( n );