X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d1d3ccbe2b50c839b4af33754d2fd929d38307b0..a7ac4461ab64212a536a8dabffc2ad65ef573a5f:/src/gtk/combobox.cpp?ds=sidebyside diff --git a/src/gtk/combobox.cpp b/src/gtk/combobox.cpp index 7fd217fda3..ad273a35ea 100644 --- a/src/gtk/combobox.cpp +++ b/src/gtk/combobox.cpp @@ -134,6 +134,7 @@ bool wxComboBox::Create( wxWindow *parent, wxWindowID id, const wxString& value, SetBackgroundColour( parent->GetBackgroundColour() ); SetForegroundColour( parent->GetForegroundColour() ); + SetFont( parent->GetFont() ); Show( TRUE );