From 7dad88c556e907e431a6f82953117efa8d0686a7 Mon Sep 17 00:00:00 2001 From: yangws Date: Wed, 11 May 2011 18:45:53 +0800 Subject: [PATCH] fixed a bug: TextInputTestWithAction crash. --- tests/tests/TextInputTest/TextInputTest.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/tests/TextInputTest/TextInputTest.cpp b/tests/tests/TextInputTest/TextInputTest.cpp index b0a9cc734e..01081691eb 100644 --- a/tests/tests/TextInputTest/TextInputTest.cpp +++ b/tests/tests/TextInputTest/TextInputTest.cpp @@ -341,6 +341,7 @@ void TextFieldTTFActionTest::onEnter() void TextFieldTTFActionTest::onExit() { + KeyboardNotificationLayer::onExit(); m_pTextFieldAction->release(); }