X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fe161a2685012cf90bb5bfe95f2260aee71d8ad7..4e4e6dce5b7188f885c1ce5cce056f685c9c0978:/src/gtk/checkbox.cpp?ds=sidebyside diff --git a/src/gtk/checkbox.cpp b/src/gtk/checkbox.cpp index 33f8a565b7..1c64e26ba1 100644 --- a/src/gtk/checkbox.cpp +++ b/src/gtk/checkbox.cpp @@ -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 )