Use g_signal_connect_after for wxRadioButton as well
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56203 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
f938aa996b
commit
e9a7fde568
@ -87,8 +87,8 @@ bool wxRadioButton::Create( wxWindow *parent,
|
||||
|
||||
SetLabel(label);
|
||||
|
||||
g_signal_connect (m_widget, "clicked",
|
||||
G_CALLBACK (gtk_radiobutton_clicked_callback), this);
|
||||
g_signal_connect_after (m_widget, "clicked",
|
||||
G_CALLBACK (gtk_radiobutton_clicked_callback), this);
|
||||
|
||||
m_parent->DoAddChild( this );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user