]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/radiobox.cpp
reverted m_adjustMinSize change prepatory for a new approach to fix
[wxWidgets.git] / src / gtk1 / radiobox.cpp
index f0af2b64a5dddcd6add84faa4dcad4e297bfaf1e..ea1eee523009f2267e4b1d760e14cecc3b71a6bd 100644 (file)
@@ -540,8 +540,6 @@ void wxRadioBox::SetLabel( const wxString& label )
     wxControl::SetLabel( label );
 
     gtk_frame_set_label( GTK_FRAME(m_widget), wxGTK_CONV( wxControl::GetLabel() ) );
-
-    PostSetLabel();
 }
 
 void wxRadioBox::SetString( int item, const wxString& label )