]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/combobox.cpp
Doesn't overwrite setup.h now
[wxWidgets.git] / src / gtk / combobox.cpp
index 7fd217fda342388270ff71edad84f80c775622e2..ad273a35ea41074b4ade1b3e7cb614ea5abaec8c 100644 (file)
@@ -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 );