]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/checkbox.cpp
fix missing mouse-up events (eg when track control was called, which is consuming...
[wxWidgets.git] / src / gtk / checkbox.cpp
index 33f8a565b79d5cebb1fbaf3aa15dde039be7f09f..1c64e26ba1c5156da9fd5d2b8fc51b0a8459f0e3 100644 (file)
@@ -158,8 +158,6 @@ void wxCheckBox::SetLabel( const wxString& label )
 #else
     gtk_label_set( GTK_LABEL(m_widgetLabel), wxGTK_CONV( GetLabel() ) );
 #endif
-
-    PostSetLabel();
 }
 
 bool wxCheckBox::Enable( bool enable )