summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Mehrbrodt <s.mehrbrodt@gmail.com>2014-12-05 14:03:28 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-12-16 20:36:05 +0000
commite9dd158a866e60ffa5e3724f4aafdfca793da80a (patch)
treec5db05b4d3675f5041173fd1de78787e8e505158
parent52e74ad27c6b59b886847a30ece68e80fe1b06b4 (diff)
fdo#87031 Sidebar tabs not visible when Sidebar deck is shown
Change-Id: I292421770f02436819d1361c4ba9a6fa4dbaf35c Reviewed-on: https://gerrit.libreoffice.org/13312 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r--sfx2/source/sidebar/Sidebar.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/sidebar/Sidebar.cxx b/sfx2/source/sidebar/Sidebar.cxx
index fe1bc5c3cf11..5a0a8d784612 100644
--- a/sfx2/source/sidebar/Sidebar.cxx
+++ b/sfx2/source/sidebar/Sidebar.cxx
@@ -40,7 +40,7 @@ void Sidebar::ShowPanel (
// All that is not necessary for the current use cases so lets
// keep it simple for the time being.
- pController->RequestSwitchToDeck(pPanelDescriptor->msDeckId);
+ pController->OpenThenSwitchToDeck(pPanelDescriptor->msDeckId);
}
}