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

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Tue Jan 21 12:35:17 UTC 2020


 svx/source/tbxctrls/linectrl.cxx   |    2 +-
 svx/uiconfig/ui/floatinglineend.ui |    1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 46c0dbea12bd8329aa37ca5503db12b4162ef6c6
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Tue Jan 21 10:46:58 2020 +0000
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Tue Jan 21 13:34:43 2020 +0100

    arrow list is scrolled
    
    Change-Id: I8d4a814e9bdba5dff248b73d2dd4b4e6b363ea1f
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87130
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/svx/source/tbxctrls/linectrl.cxx b/svx/source/tbxctrls/linectrl.cxx
index 9694e191aed3..80c36beb55d5 100644
--- a/svx/source/tbxctrls/linectrl.cxx
+++ b/svx/source/tbxctrls/linectrl.cxx
@@ -296,7 +296,7 @@ static constexpr sal_uInt16 gnCols = 2;
 SvxLineEndWindow::SvxLineEndWindow(SvxLineEndToolBoxControl* pControl, weld::Widget* pParent)
     : WeldToolbarPopup(pControl->getFrameInterface(), pParent, "svx/ui/floatinglineend.ui", "FloatingLineEnd")
     , mxControl(pControl)
-    , mxLineEndSet(new SvtValueSet(nullptr))
+    , mxLineEndSet(new SvtValueSet(m_xBuilder->weld_scrolled_window("valuesetwin")))
     , mxLineEndSetWin(new weld::CustomWeld(*m_xBuilder, "valueset", *mxLineEndSet))
     , mnLines(12)
 {
diff --git a/svx/uiconfig/ui/floatinglineend.ui b/svx/uiconfig/ui/floatinglineend.ui
index b86ea2e3dec3..11ec20f5e6dc 100644
--- a/svx/uiconfig/ui/floatinglineend.ui
+++ b/svx/uiconfig/ui/floatinglineend.ui
@@ -19,7 +19,6 @@
             <property name="hexpand">True</property>
             <property name="vexpand">True</property>
             <property name="hscrollbar_policy">never</property>
-            <property name="vscrollbar_policy">never</property>
             <property name="shadow_type">in</property>
             <child>
               <object class="GtkViewport">


More information about the Libreoffice-commits mailing list