]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/checkbox.cpp
Uses wxUSE_WCHAR_T for compilers that don't support wchar_t.
[wxWidgets.git] / src / gtk1 / checkbox.cpp
index d4023c5a042a644fd5a283f69c3f6025988538dc..8cda3d112bfc782c4d11c1e6877ad997cbfdc480 100644 (file)
@@ -121,9 +121,6 @@ bool wxCheckBox::Create(wxWindow *parent,
 
     PostCreation();
 
 
     PostCreation();
 
-    gtk_widget_realize( m_widgetLabel );
-    gtk_widget_realize( m_widgetCheckbox );
-
     SetBackgroundColour( parent->GetBackgroundColour() );
     SetForegroundColour( parent->GetForegroundColour() );
     SetFont( parent->GetFont() );
     SetBackgroundColour( parent->GetBackgroundColour() );
     SetForegroundColour( parent->GetForegroundColour() );
     SetFont( parent->GetFont() );