X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f40fdaa339e19bbdf60c9c065c82daae4ca77b36..290e4c83d99eba5a6cc25f67398f7670d4b95ff0:/src/gtk/checkbox.cpp diff --git a/src/gtk/checkbox.cpp b/src/gtk/checkbox.cpp index 1c64e26ba1..33f8a565b7 100644 --- a/src/gtk/checkbox.cpp +++ b/src/gtk/checkbox.cpp @@ -158,6 +158,8 @@ void wxCheckBox::SetLabel( const wxString& label ) #else gtk_label_set( GTK_LABEL(m_widgetLabel), wxGTK_CONV( GetLabel() ) ); #endif + + PostSetLabel(); } bool wxCheckBox::Enable( bool enable )