Fixed issue 42036
[apps/osp/Gallery.git] / src / GlAllListEditorPanel.cpp
index 0172a15..5314ae9 100644 (file)
@@ -780,14 +780,14 @@ AllListEditorPanel::ResetSelection(void)
        AppLogDebug("ENTER");
        __pPresentationModel->RefreshCurrentAlbumContentInfoList(CONTENT_TYPE_ALL);
        __itemCount = __pPresentationModel->GetCurrentAlbumContentInfoCount();
+       __pContentIconListView->UpdateList();
 
        for ( int index = 0; index < __itemCount; index++)
        {
                __pContentIconListView->SetItemChecked(index, false);
+               __pContentIconListView->RefreshList(index,LIST_REFRESH_TYPE_ITEM_MODIFY);
        }
 
-       __pContentIconListView->UpdateList();
-
        String strTmp;
        strTmp = ResourceManager::GetString(L"IDS_ST_POP_NO_ITEMS_SELECTED");