]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/choice.cpp
Added Aleksandras' framelayout code, with more or less working Linux Makefiles
[wxWidgets.git] / src / gtk / choice.cpp
index 27ba2fa798c98c1cfa41fb4fcfc01641521935ef..9bf71e04f573542025511715fd2f2c91485dedae 100644 (file)
@@ -96,6 +96,7 @@ bool wxChoice::Create( wxWindow *parent, wxWindowID id,
   
     SetBackgroundColour( parent->GetBackgroundColour() );
     SetForegroundColour( parent->GetForegroundColour() );
+    SetFont( parent->GetFont() );
 
     Show( TRUE );