Lots of updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15071 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -262,6 +262,7 @@ void wxMenuItem::SetRadioGroupEnd(
|
||||
m_vRadioGroup.m_nEnd = nEnd;
|
||||
} // end of wxMenuItem::SetRadioGroupEnd
|
||||
|
||||
|
||||
// change item state
|
||||
// -----------------
|
||||
|
||||
@@ -303,7 +304,6 @@ void wxMenuItem::Check(
|
||||
return;
|
||||
|
||||
HMENU hMenu = GetHmenuOf(m_parentMenu);
|
||||
|
||||
if ( GetKind() == wxITEM_RADIO )
|
||||
{
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user