diff options
author | Andre Fischer <af@apache.org> | 2013-05-13 11:00:09 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2013-05-20 11:33:32 +0100 |
commit | 4e023d28bd914ef6ed32c7daa08b098618157089 (patch) | |
tree | 47a52f55e5c354ac5f25daa9794715031d149fba /sfx2/source | |
parent | 011381c03382d937842823606f72d65982e69990 (diff) |
Resolves: #i122272# Select correct sidebar button...
after changing decks via menu.
(cherry picked from commit 0763a83fb20825c66d8a3ecc50327753f7508bf9)
Change-Id: Ief24fa9191848ad6004ea7c28cd28b73b7e54f9f
Diffstat (limited to 'sfx2/source')
-rw-r--r-- | sfx2/source/sidebar/SidebarController.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/source/sidebar/SidebarController.cxx b/sfx2/source/sidebar/SidebarController.cxx index 66567143770b..b508cf456d67 100644 --- a/sfx2/source/sidebar/SidebarController.cxx +++ b/sfx2/source/sidebar/SidebarController.cxx @@ -480,6 +480,7 @@ void SidebarController::SwitchToDeck ( msCurrentDeckId = rDeckDescriptor.msId; } + mpTabBar->HighlightDeck(msCurrentDeckId); // Determine the panels to display in the deck. ResourceManager::PanelContextDescriptorContainer aPanelContextDescriptors; |