diff options
author | Samuel Mehrbrodt <s.mehrbrodt@gmail.com> | 2014-12-05 14:03:28 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-01-07 15:49:40 +0000 |
commit | f977957097ed7383604468f9d7a78a822aaf72a9 (patch) | |
tree | 8b79b1eef678931614ee46ba2e811ff234dfb7ee /sfx2 | |
parent | 6227d2fc60564f847a2ffd0b5f5d0fbf8ab49f5b (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>
(cherry picked from commit e9dd158a866e60ffa5e3724f4aafdfca793da80a)
Reviewed-on: https://gerrit.libreoffice.org/13501
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/sidebar/Sidebar.cxx | 2 |
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); } } |