]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/button.cpp
Wrappers for *ToText
[wxWidgets.git] / src / gtk1 / button.cpp
index 330b5d0e1278fc024172679f2760fde5f311325b..d42f359e199c257ffdf74300ed11dc15099802d4 100644 (file)
@@ -175,8 +175,6 @@ void wxButton::SetLabel( const wxString &label )
 #else
     gtk_label_set( GTK_LABEL( BUTTON_CHILD(m_widget) ), wxGTK_CONV( GetLabel() ) );
 #endif
-
-    PostSetLabel();
 }
 
 bool wxButton::Enable( bool enable )
@@ -234,6 +232,7 @@ wxSize wxButton::DoGetBestSize() const
         if (ret.x < 80) ret.x = 80;
     }
 
+    CacheBestSize(ret);
     return ret;
 }