From 226e0d6d9602e3a92fa4618ecc5fd2e970ff88db Mon Sep 17 00:00:00 2001 From: Himanshu Date: Wed, 19 Jun 2013 17:46:19 +0530 Subject: [PATCH] Fixed issue 42036 Change-Id: I5b93c6be3a1d356e0e8f902fe450f180c36f919a Signed-off-by: Himanshu --- src/GlAllListEditorPanel.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/GlAllListEditorPanel.cpp b/src/GlAllListEditorPanel.cpp index 0172a15..5314ae9 100644 --- a/src/GlAllListEditorPanel.cpp +++ b/src/GlAllListEditorPanel.cpp @@ -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"); -- 2.7.4