You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by af...@apache.org on 2013/05/13 13:00:09 UTC

svn commit: r1481789 - /openoffice/trunk/main/sfx2/source/sidebar/SidebarController.cxx

Author: af
Date: Mon May 13 11:00:09 2013
New Revision: 1481789

URL: http://svn.apache.org/r1481789
Log:
122272: Select correct sidebar button after changing decks via menu.

Modified:
    openoffice/trunk/main/sfx2/source/sidebar/SidebarController.cxx

Modified: openoffice/trunk/main/sfx2/source/sidebar/SidebarController.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sfx2/source/sidebar/SidebarController.cxx?rev=1481789&r1=1481788&r2=1481789&view=diff
==============================================================================
--- openoffice/trunk/main/sfx2/source/sidebar/SidebarController.cxx (original)
+++ openoffice/trunk/main/sfx2/source/sidebar/SidebarController.cxx Mon May 13 11:00:09 2013
@@ -488,6 +488,7 @@ void SidebarController::SwitchToDeck (
 
         msCurrentDeckId = rDeckDescriptor.msId;
     }
+    mpTabBar->HighlightDeck(msCurrentDeckId);
 
     // Determine the panels to display in the deck.
     ResourceManager::PanelContextDescriptorContainer aPanelContextDescriptors;