From: sriram.k Date: Mon, 24 Jun 2013 15:16:22 +0000 (+0530) Subject: Fix for N_SE-42896. X-Git-Tag: submit/tizen_2.2/20130714.153149~289^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a2fa3697fdc89f2c89d77e9084e807fb80983169;p=framework%2Fosp%2Fuifw.git Fix for N_SE-42896. Signed-off-by: sriram.k Change-Id: I18689ffedf7b16b3b978d0bd82b3086c46443c96 --- diff --git a/src/ui/controls/FUiCtrl_MessageBoxPresenter.cpp b/src/ui/controls/FUiCtrl_MessageBoxPresenter.cpp index 8454d96..c90e50d 100644 --- a/src/ui/controls/FUiCtrl_MessageBoxPresenter.cpp +++ b/src/ui/controls/FUiCtrl_MessageBoxPresenter.cpp @@ -1525,6 +1525,9 @@ _MessageBoxPresenter::_MessageBoxButtonListener::OnKeyReleased(const Tizen::Ui:: __buttonHandle = _ControlImpl::GetInstance(source)->GetCore().GetHandle(); SysTryReturnVoidResult(NID_UI_CTRL, __buttonHandle.IsValid() == true, E_SYSTEM, "[E_SYSTEM] Button's Handle is invalid"); + __buttonPressFlag = false; + __buttonReleaseState = true; + if (__beginModal == true) { _ModalLoopManager::GetInstance()->EndMainLoop(MSGBOX_BUTTON_CLICKED, false);