Kaydet (Commit) 0dcf76e7 authored tarafından Rafael Dominguez's avatar Rafael Dominguez

Mark thumbnailview item as unselected when updating filter.

Change-Id: I10dd5ee79bf5c39bba4873633b3bf4438c703be0
üst 74615ac7
......@@ -1231,6 +1231,7 @@ void ThumbnailView::filterItems (const boost::function<bool (const ThumbnailView
}
pItem->show(false);
pItem->setSelection(false);
maItemStateHdl.Call(pItem);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment