summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Fischer <af@apache.org>2013-05-13 11:00:09 +0000
committerAndre Fischer <af@apache.org>2013-05-13 11:00:09 +0000
commit0763a83fb20825c66d8a3ecc50327753f7508bf9 (patch)
tree2070fd38f1125996f182e83f2befb432506726db
parent0e19eca42b149bc84f4aa3ead5c29bd64147bedc (diff)
122272: Select correct sidebar button after changing decks via menu.
Notes
-rw-r--r--sfx2/source/sidebar/SidebarController.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/source/sidebar/SidebarController.cxx b/sfx2/source/sidebar/SidebarController.cxx
index 6d6250dab0e3..3e5c05e064fc 100644
--- a/sfx2/source/sidebar/SidebarController.cxx
+++ b/sfx2/source/sidebar/SidebarController.cxx
@@ -488,6 +488,7 @@ void SidebarController::SwitchToDeck (
msCurrentDeckId = rDeckDescriptor.msId;
}
+ mpTabBar->HighlightDeck(msCurrentDeckId);
// Determine the panels to display in the deck.
ResourceManager::PanelContextDescriptorContainer aPanelContextDescriptors;