diff options
author | Joren De Cuyper <jorendc@libreoffice.org> | 2014-02-07 12:51:00 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-07 15:10:21 +0000 |
commit | 0565a99a7598197f5354914927827fc7addd95f5 (patch) | |
tree | e67abbe5b6ee78e52da3b4748981e5b90a63344a | |
parent | a411bf38da3668094698c06c8424aa9d68c85702 (diff) |
fdo#60586 - [Template manager] Switching tabs does not update breadcrumbs
When applying a filter, lets go to the rootfolder of that filter
Change-Id: I7034584da65ec777aa3cc288e1423596312caeec
Reviewed-on: https://gerrit.libreoffice.org/7905
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r-- | sfx2/source/doc/templatedlg.cxx | 1 |
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); |