X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fe161a2685012cf90bb5bfe95f2260aee71d8ad7..14a6b6e5f0200192944ed3d35ef4a3ce4549ac70:/src/gtk/bmpbuttn.cpp diff --git a/src/gtk/bmpbuttn.cpp b/src/gtk/bmpbuttn.cpp index 8be33e83f7..db11765013 100644 --- a/src/gtk/bmpbuttn.cpp +++ b/src/gtk/bmpbuttn.cpp @@ -184,7 +184,6 @@ void wxBitmapButton::SetLabel( const wxString &label ) wxCHECK_RET( m_widget != NULL, wxT("invalid button") ); wxControl::SetLabel( label ); - PostSetLabel(); } wxString wxBitmapButton::GetLabel() const