]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/listbox.cpp
Soem corrections for SetSize changes
[wxWidgets.git] / src / gtk / listbox.cpp
index 5028599776cd4bc74e3ab73377b37a40ce23e471..9650f43753d637b02ee87ab3611e4e4c1d664158 100644 (file)
@@ -288,6 +288,7 @@ bool wxListBox::Create( wxWindow *parent, wxWindowID id,
 
     SetBackgroundColour( parent->GetBackgroundColour() );
     SetForegroundColour( parent->GetForegroundColour() );
+    SetFont( parent->GetFont() );
 
     Show( TRUE );