X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/850ff4855026066770d80c376ee6fc864169509c..5d33ed2c6bc3065bf9dc77742da6c924b9e00fa5:/src/gtk/stattext.cpp diff --git a/src/gtk/stattext.cpp b/src/gtk/stattext.cpp index ff7c054a02..39664e6f76 100644 --- a/src/gtk/stattext.cpp +++ b/src/gtk/stattext.cpp @@ -81,6 +81,8 @@ bool wxStaticText::Create(wxWindow *parent, m_parent->DoAddChild( this ); PostCreation(); + + ApplyWidgetStyle(); wxControl::SetFont( parent->GetFont() );