summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sfx2/source/doc/templatedlg.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/source/doc/templatedlg.cxx b/sfx2/source/doc/templatedlg.cxx
index 645c196cf89b..df996fc291e4 100644
--- a/sfx2/source/doc/templatedlg.cxx
+++ b/sfx2/source/doc/templatedlg.cxx
@@ -369,6 +369,7 @@ FILTER_APPLICATION SfxTemplateManagerDlg::getCurrentFilter()
IMPL_LINK_NOARG(SfxTemplateManagerDlg,ActivatePageHdl)
{
mpCurView->filterItems(ViewFilter_Application(getCurrentFilter()));
+ mpCurView->showRootRegion(); // fdo#60586 show the root region of the applied filter
if (mpSearchView->IsVisible())
SearchUpdateHdl(NULL);