]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/radiobut.cpp
egcs compilation fix
[wxWidgets.git] / src / gtk / radiobut.cpp
index abf7ac99f298ec6cd79ce5850d3db2e60c96f7c8..b1dd17479f95d444cc87e1db543ffb16e2fcf311 100644 (file)
@@ -90,6 +90,7 @@ bool wxRadioButton::Create( wxWindow *parent, wxWindowID id, const wxString& lab
 
     SetBackgroundColour( parent->GetBackgroundColour() );
     SetForegroundColour( parent->GetForegroundColour() );
+    SetFont( parent->GetFont() );
   
     Show( TRUE );