X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/db434467a143a2c847c4bcfe987f0202c2d02bf2..d3acd3697ad19e0edbff62db7f94bd025cf8883b:/src/gtk/spinctrl.cpp?ds=inline diff --git a/src/gtk/spinctrl.cpp b/src/gtk/spinctrl.cpp index 9e51422831..bcf26bcadb 100644 --- a/src/gtk/spinctrl.cpp +++ b/src/gtk/spinctrl.cpp @@ -97,8 +97,6 @@ bool wxSpinCtrl::Create(wxWindow *parent, wxWindowID id, PostCreation(); - ApplyWidgetStyle(); - SetFont( parent->GetFont() ); wxSize size_best( DoGetBestSize() );