Modify UICheckBox

This commit is contained in:
pipu 2014-12-02 12:23:15 +08:00
parent 1cbc0120be
commit 915449f77a
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{