[Libreoffice-commits] core.git: Branch 'libreoffice-4-4' - sfx2/source

Samuel Mehrbrodt s.mehrbrodt at gmail.com
Wed Jan 7 07:50:10 PST 2015


 sfx2/source/sidebar/Sidebar.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f977957097ed7383604468f9d7a78a822aaf72a9
Author: Samuel Mehrbrodt <s.mehrbrodt at gmail.com>
Date:   Fri Dec 5 14:03:28 2014 +0100

    fdo#87031 Sidebar tabs not visible when Sidebar deck is shown
    
    Change-Id: I292421770f02436819d1361c4ba9a6fa4dbaf35c
    Reviewed-on: https://gerrit.libreoffice.org/13312
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>
    (cherry picked from commit e9dd158a866e60ffa5e3724f4aafdfca793da80a)
    Reviewed-on: https://gerrit.libreoffice.org/13501

diff --git a/sfx2/source/sidebar/Sidebar.cxx b/sfx2/source/sidebar/Sidebar.cxx
index fe1bc5c..5a0a8d7 100644
--- a/sfx2/source/sidebar/Sidebar.cxx
+++ b/sfx2/source/sidebar/Sidebar.cxx
@@ -40,7 +40,7 @@ void Sidebar::ShowPanel (
 
         // All that is not necessary for the current use cases so lets
         // keep it simple for the time being.
-        pController->RequestSwitchToDeck(pPanelDescriptor->msDeckId);
+        pController->OpenThenSwitchToDeck(pPanelDescriptor->msDeckId);
     }
 }
 


More information about the Libreoffice-commits mailing list