Fixed Issue: N_SE-50944
authorharsh.v <harsh.v@samsung.com>
Tue, 3 Sep 2013 12:39:29 +0000 (18:09 +0530)
committerharsh.v <harsh.v@samsung.com>
Tue, 3 Sep 2013 12:49:38 +0000 (18:19 +0530)
Change-Id: Icf4d9fdb612288a23987beb1cdd53b71abd1ceed
Signed-off-by: harsh.v <harsh.v@samsung.com>
project/src/UpdatePanel.cpp

index f35bea8..e28638f 100644 (file)
@@ -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));