diff options
author | Aron Budea <aron.budea@collabora.com> | 2017-12-20 12:06:39 +0100 |
---|---|---|
committer | Katarina Behrens <Katarina.Behrens@cib.de> | 2017-12-20 18:40:46 +0100 |
commit | f2f5ebcee462472b27b610f53abc7f9a6378462b (patch) | |
tree | 4cca8ac1bd9991d60abfdb3064bb5d5187800632 | |
parent | 400b70f85fdf0ae5a6d606eb3fff683b9f1ce7ab (diff) |
tdf#104229: properly switch to def sidebar deck on status change
regression since a64999511ae654131d997eec9a3d78478cfc1c75
Change-Id: Id1d0a76f89c41e88511f670f1aac4b866e4c15c6
Reviewed-on: https://gerrit.libreoffice.org/46840
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
-rw-r--r-- | sfx2/source/sidebar/SidebarController.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/sidebar/SidebarController.cxx b/sfx2/source/sidebar/SidebarController.cxx index b0610ae203d9..5752120038a4 100644 --- a/sfx2/source/sidebar/SidebarController.cxx +++ b/sfx2/source/sidebar/SidebarController.cxx @@ -307,7 +307,7 @@ void SAL_CALL SidebarController::statusChanged (const css::frame::FeatureStateEv // Force the current deck to update its panel list. if ( ! mbIsDocumentReadOnly) - msCurrentDeckId = gsDefaultDeckId; + SwitchToDefaultDeck(); mnRequestedForceFlags |= SwitchFlag_ForceSwitch; maAsynchronousDeckSwitch.CancelRequest(); |