X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/eeccd5d94ce6b11f36af95db4ac528a2e2e0c4c5..c1e73a4c946e196cdc2120797710845df26beb84:/src/gtk/combobox.cpp 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 );