X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/db434467a143a2c847c4bcfe987f0202c2d02bf2..dbae17a2e0553c54eb6e69d64cda95a6ac4595ad:/src/gtk1/button.cpp diff --git a/src/gtk1/button.cpp b/src/gtk1/button.cpp index 5b16248fcd..4fd565e8dc 100644 --- a/src/gtk1/button.cpp +++ b/src/gtk1/button.cpp @@ -118,8 +118,6 @@ bool wxButton::Create( wxWindow *parent, wxWindowID id, const wxString &label, PostCreation(); - ApplyWidgetStyle(); - SetFont( parent->GetFont() ); wxSize best_size( DoGetBestSize() );