corrected control update code

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10124 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2001-05-11 08:47:17 +00:00
parent be57fda609
commit c503ab8437
2 changed files with 4 additions and 0 deletions

View File

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

View File

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