]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/checkbox.cpp
some feeble attempts at making wxBeginBusyCursor work
[wxWidgets.git] / src / gtk1 / checkbox.cpp
index c3fa1a8749cd2c29a0427a2689e7bb3f9c4e5f3d..8c4fbbfaf956be6c7fa9794dc1c1bff6045d3274 100644 (file)
@@ -90,6 +90,7 @@ bool wxCheckBox::Create(  wxWindow *parent, wxWindowID id, const wxString &label
 
     SetBackgroundColour( parent->GetBackgroundColour() );
     SetForegroundColour( parent->GetForegroundColour() );
+    SetFont( parent->GetFont() );
 
     Show( TRUE );