Fix for Issue N_SE-44235
authorGaurav Bhatt <gaurav.bhatt@samsung.com>
Mon, 1 Jul 2013 16:18:23 +0000 (21:48 +0530)
committerGerrit Code Review <gerrit@gerrit.vlan144.tizendev.org>
Tue, 2 Jul 2013 06:19:58 +0000 (06:19 +0000)
Change-Id: I06d5251a8e71ad5511446c497da6648e05913a5c
Signed-off-by: Gaurav Bhatt <gaurav.bhatt@samsung.com>
src/ClListPanel.cpp

index 3c1aed4..b87159b 100644 (file)
@@ -224,6 +224,7 @@ ListPanel::OnUserEventReceivedN(RequestId requestId, IList* pArgs)
                __pPm->SetViewRange(minRange, maxRange);
 
                Update();
+               __pGroupedListViewEventsList->ScrollToItem(0,0);
                break;
        case IDA_MAIN_FORM_FOOTER_CREATE:
        {
@@ -696,6 +697,7 @@ result
 ListPanel::Update(void)
 {
        result r = __pGroupedListViewEventsList->UpdateList();
+
        if (r == E_SUCCESS)
        {
                if (__pGroupedListViewEventsList->IsGroupExpanded(GetGroupCount() - 1) == false)