]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/radiobox.cpp
Dialog items inherit parent's font now
[wxWidgets.git] / src / gtk / radiobox.cpp
index 846ec6c3b2ed27c47b7f0636b61270ce1708f3ee..f17e532c5674fd95ae994f60a9951af3a40cba7c 100644 (file)
@@ -121,6 +121,7 @@ bool wxRadioBox::Create( wxWindow *parent, wxWindowID id, const wxString& title,
   
     SetBackgroundColour( parent->GetBackgroundColour() );
     SetForegroundColour( parent->GetForegroundColour() );
+    SetFont( parent->GetFont() );
 
     Show( TRUE );