mirror of https://github.com/axmolengine/axmol.git
Merge pull request #265 from yangws/master
fixed a bug: TextInputTestWithAction crash.
This commit is contained in:
commit
074e127756
|
@ -341,6 +341,7 @@ void TextFieldTTFActionTest::onEnter()
|
|||
|
||||
void TextFieldTTFActionTest::onExit()
|
||||
{
|
||||
KeyboardNotificationLayer::onExit();
|
||||
m_pTextFieldAction->release();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue