X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3bce7509838b4402927bca57a764954c868eb388..6f841509cecded593e8e7c20d4a9e23ed29e5fa1:/src/gtk1/checkbox.cpp diff --git a/src/gtk1/checkbox.cpp b/src/gtk1/checkbox.cpp index d4023c5a04..8cda3d112b 100644 --- a/src/gtk1/checkbox.cpp +++ b/src/gtk1/checkbox.cpp @@ -121,9 +121,6 @@ bool wxCheckBox::Create(wxWindow *parent, PostCreation(); - gtk_widget_realize( m_widgetLabel ); - gtk_widget_realize( m_widgetCheckbox ); - SetBackgroundColour( parent->GetBackgroundColour() ); SetForegroundColour( parent->GetForegroundColour() ); SetFont( parent->GetFont() );