diff options
author | Rafael Dominguez <venccsralph@gmail.com> | 2012-08-18 11:39:34 -0430 |
---|---|---|
committer | Cédric Bosdonnat <cedric.bosdonnat@free.fr> | 2012-08-20 06:40:47 +0200 |
commit | 1f288cbceda3ebdda719c6f276d249f9333e7b9d (patch) | |
tree | 322c183d920e39d55831209626fd24ba74d8fc60 /sfx2 | |
parent | bd4f4acd998fae07695a82ae26bfea19a4adfae0 (diff) |
Filter overlay with the last selected filter.
Change-Id: I85a7c8837d69e1fc57c03f89f57d78327cd8f9bc
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/control/templatelocalview.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sfx2/source/control/templatelocalview.cxx b/sfx2/source/control/templatelocalview.cxx index b1d5092c769d..89704b402f95 100644 --- a/sfx2/source/control/templatelocalview.cxx +++ b/sfx2/source/control/templatelocalview.cxx @@ -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(); } |