]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/checkbox.cpp
fix bug with univ creating textctrl
[wxWidgets.git] / src / gtk / checkbox.cpp
index 1c64e26ba1c5156da9fd5d2b8fc51b0a8459f0e3..33f8a565b79d5cebb1fbaf3aa15dde039be7f09f 100644 (file)
@@ -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 )