Fixed review comments
authorGaurav Bhatt <gaurav.bhatt@samsung.com>
Thu, 27 Jun 2013 05:25:11 +0000 (10:55 +0530)
committerChangyong Jeon <fin10.jeon@samsung.com>
Thu, 27 Jun 2013 07:10:42 +0000 (16:10 +0900)
Addition of invalidate to updae client area of form

Change-Id: I74fc1cdb6d1fd368536ab00a899ea656b7915d93
Signed-off-by: Gaurav Bhatt <gaurav.bhatt@samsung.com>
src/ClEventDetailsForm.cpp
src/ClTaskDetailsForm.cpp

index 5ec7d39..9e6ae13 100644 (file)
@@ -256,6 +256,7 @@ EventDetailsForm::OnUserEventReceivedN(RequestId requestId, IList* pArgs)
                                {
                                        GetFooter()->RemoveAllItems();
                                        GetFooter()->SetShowState(false);
+                                       Invalidate(true);
                                        SetFormMenuEventListener(null);
                                }
                                __pTableView->UpdateTableView();
@@ -650,6 +651,7 @@ EventDetailsForm::OnActionPerformed(const Control& source, int actionId)
                                {
                                        GetFooter()->RemoveAllItems();
                                        GetFooter()->SetShowState(false);
+                                       Invalidate(true);
                                        SetFormMenuEventListener(null);
                                }
                                __pTableView->UpdateTableView();
index aae6b21..1ed2388 100644 (file)
@@ -173,6 +173,7 @@ TaskDetailsForm::OnUserEventReceivedN(RequestId requestId, IList* pArgs)
                                {
                                        GetFooter()->RemoveAllItems();
                                        GetFooter()->SetShowState(false);
+                                       Invalidate(true);
                                }
                                __pTableView->UpdateTableView();
                        }
@@ -503,6 +504,7 @@ TaskDetailsForm::OnActionPerformed(const Control& source, int actionId)
                                {
                                        GetFooter()->RemoveAllItems();
                                        GetFooter()->SetShowState(false);
+                                       Invalidate(true);
                                }
                                __pTableView->UpdateTableView();
                        }