X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d1d3ccbe2b50c839b4af33754d2fd929d38307b0..a7ac4461ab64212a536a8dabffc2ad65ef573a5f:/src/gtk/radiobox.cpp diff --git a/src/gtk/radiobox.cpp b/src/gtk/radiobox.cpp index 846ec6c3b2..f17e532c56 100644 --- a/src/gtk/radiobox.cpp +++ b/src/gtk/radiobox.cpp @@ -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 );