Kaydet (Commit) 1f288cbc authored tarafından Rafael Dominguez's avatar Rafael Dominguez Kaydeden (comit) Cédric Bosdonnat

Filter overlay with the last selected filter.

Change-Id: I85a7c8837d69e1fc57c03f89f57d78327cd8f9bc
üst bd4f4acd
......@@ -691,8 +691,7 @@ void TemplateLocalView::OnItemDblClicked (ThumbnailViewItem *pRegionItem)
if (mbSelectionMode)
mpItemView->setSelectionMode(true);
if (meFilterOption != FILTER_APP_NONE)
mpItemView->filterItems(ViewFilter_Application(meFilterOption));
mpItemView->filterItems(ViewFilter_Application(meFilterOption));
mpItemView->Show();
}
......
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