]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/radiobut.cpp
added MLTE support for 10.2 via classic implementation
[wxWidgets.git] / src / gtk1 / radiobut.cpp
index 837cd33058432b82c0a58d73e4c65e4ff2907e76..2c3e1c0d107c9d0f53c74df9c2e45fa47f2b63ca 100644 (file)
@@ -145,8 +145,6 @@ void wxRadioButton::SetLabel( const wxString& label )
 #else
     gtk_label_set( g_label, wxGTK_CONV( GetLabel() ) );
 #endif
-
-    PostSetLabel();
 }
 
 void wxRadioButton::SetValue( bool val )