[Libreoffice-commits] core.git: svx/source

Muhammet Kara (via logerrit) logerrit at kemper.freedesktop.org
Wed Jun 12 15:35:47 UTC 2019


 svx/source/tbxctrls/tbcontrl.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a025132839b19ba952558b9dbec454c8a34c6489
Author:     Muhammet Kara <muhammet.kara at collabora.com>
AuthorDate: Wed Jun 12 11:57:35 2019 +0300
Commit:     Muhammet Kara <muhammet.kara at collabora.com>
CommitDate: Wed Jun 12 17:34:02 2019 +0200

    Resolves tdf#115858: More button should move the focus to 'Styles' window
    
    Change-Id: I71c834733ff0f3d4b89ecaeecb12631609e84c1d
    Reviewed-on: https://gerrit.libreoffice.org/73872
    Tested-by: Jenkins
    Reviewed-by: Muhammet Kara <muhammet.kara at collabora.com>

diff --git a/svx/source/tbxctrls/tbcontrl.cxx b/svx/source/tbxctrls/tbcontrl.cxx
index d9d9bf0d8248..0b1c52b88acf 100644
--- a/svx/source/tbxctrls/tbcontrl.cxx
+++ b/svx/source/tbxctrls/tbcontrl.cxx
@@ -760,7 +760,7 @@ IMPL_STATIC_LINK_NOARG(SvxStyleBox_Impl, ShowMoreHdl, void*, void)
     if (!pViewFrm)
         return;
     pViewFrm->ShowChildWindow(SID_SIDEBAR);
-    ::sfx2::sidebar::Sidebar::ShowPanel("StyleListPanel", pViewFrm->GetFrame().GetFrameInterface());
+    ::sfx2::sidebar::Sidebar::ShowPanel("StyleListPanel", pViewFrm->GetFrame().GetFrameInterface(), true);
 }
 
 void SvxStyleBox_Impl::Select()


More information about the Libreoffice-commits mailing list