From bce6fbd2ae8998a2bc4f1642c36f5254e77659b8 Mon Sep 17 00:00:00 2001 From: "harsh.v" Date: Tue, 3 Sep 2013 18:09:29 +0530 Subject: [PATCH] Fixed Issue: N_SE-50944 Change-Id: Icf4d9fdb612288a23987beb1cdd53b71abd1ceed Signed-off-by: harsh.v --- project/src/UpdatePanel.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/project/src/UpdatePanel.cpp b/project/src/UpdatePanel.cpp index f35bea8..e28638f 100644 --- a/project/src/UpdatePanel.cpp +++ b/project/src/UpdatePanel.cpp @@ -291,6 +291,9 @@ UpdatePanel::OnUserEventReceivedN(RequestId requestId, Tizen::Base::Collection:: Footer* pFooter = pForm->GetFooter(); pFooter->SetItemEnabled(0, false); + pFooter->Draw(); + pFooter->Show(); + result res = pForm->GetFeatureManager()->Flush(0); AppSecureLog("Result:: on Flush %s", GetErrorMessage(res)); -- 2.7.4