mirror of https://github.com/axmolengine/axmol.git
Modify UICheckBox
This commit is contained in:
parent
1cbc0120be
commit
915449f77a
|
@ -380,7 +380,7 @@ void CheckBox::unSelectedEvent()
|
|||
}
|
||||
if (_ccEventCallback)
|
||||
{
|
||||
_ccEventCallback(this, static_cast<int>(EventType::SELECTED));
|
||||
_ccEventCallback(this, static_cast<int>(EventType::UNSELECTED));
|
||||
}
|
||||
if (_checkBoxEventListener && _checkBoxEventSelector)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue