]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/radiobut.cpp
Fix for the fact that unmapped but managed widgets
[wxWidgets.git] / src / motif / radiobut.cpp
index 9dc0df98d8c46a486a808c575ccdf3dfbe9c252e..87c20587a9b0fad998c6d30dcdceb77b52ef4d20 100644 (file)
@@ -95,7 +95,6 @@ bool wxRadioButton::Create(wxWindow *parent, wxWindowID id,
 
     XtManageChild (radioButtonWidget);
 
-    SetCanAddEventHandler(TRUE);
     AttachWidget (parent, m_mainWidget, (WXWidget) NULL, pos.x, pos.y, size.x, size.y);
 
     ChangeBackgroundColour();