corrected eventual endless loop

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10125 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2001-05-11 09:13:28 +00:00
parent c503ab8437
commit aa6c945b0a
2 changed files with 2 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ bool wxRadioButton::Create(wxWindow *parent, wxWindowID id,
MacPostControlCreate() ;
m_cycle = NULL ;
m_cycle = this ;
if (HasFlag(wxRB_GROUP))
{

View File

@@ -37,7 +37,7 @@ bool wxRadioButton::Create(wxWindow *parent, wxWindowID id,
MacPostControlCreate() ;
m_cycle = NULL ;
m_cycle = this ;
if (HasFlag(wxRB_GROUP))
{