[Libreoffice-commits] core.git: Branch 'aoo/trunk' - sfx2/source
Andre Fischer
af at apache.org
Mon May 13 05:07:20 PDT 2013
sfx2/source/sidebar/SidebarController.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 0763a83fb20825c66d8a3ecc50327753f7508bf9
Author: Andre Fischer <af at apache.org>
Date: Mon May 13 11:00:09 2013 +0000
122272: Select correct sidebar button after changing decks via menu.
diff --git a/sfx2/source/sidebar/SidebarController.cxx b/sfx2/source/sidebar/SidebarController.cxx
index 6d6250d..3e5c05e 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;
More information about the Libreoffice-commits
mailing list