svx/source/tbxctrls/tbcontrl.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 86d0bcccb862ab631358c1f31aef0d9dc07c3870
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Thu Oct 6 17:30:23 2022 +0100
Commit:     Adolfo Jayme Barrientos <fit...@ubuntu.com>
CommitDate: Fri Oct 7 02:53:44 2022 +0200

    Resolves: tdf#150501 borders and lines should be tearable
    
    Change-Id: I683dcf5cdf2289fde28be4990c10525fd60b88e1
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140973
    Tested-by: Jenkins
    Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>

diff --git a/svx/source/tbxctrls/tbcontrl.cxx b/svx/source/tbxctrls/tbcontrl.cxx
index f19f683d71b0..89bbf9c738a9 100644
--- a/svx/source/tbxctrls/tbcontrl.cxx
+++ b/svx/source/tbxctrls/tbcontrl.cxx
@@ -3596,7 +3596,7 @@ VclPtr<vcl::Window> 
SvxFrameToolBoxControl::createVclPopupWindow( vcl::Window* p
     if ( m_aCommandURL == ".uno:LineStyle" )
     {
         mxInterimPopover = 
VclPtr<InterimToolbarPopup>::Create(getFrameInterface(), pParent,
-            std::make_unique<SvxLineWindow_Impl>(this, 
pParent->GetFrameWeld()));
+            std::make_unique<SvxLineWindow_Impl>(this, 
pParent->GetFrameWeld()), true);
 
         mxInterimPopover->Show();
 
@@ -3606,7 +3606,7 @@ VclPtr<vcl::Window> 
SvxFrameToolBoxControl::createVclPopupWindow( vcl::Window* p
     }
 
     mxInterimPopover = 
VclPtr<InterimToolbarPopup>::Create(getFrameInterface(), pParent,
-        std::make_unique<SvxFrameWindow_Impl>(this, pParent->GetFrameWeld()));
+        std::make_unique<SvxFrameWindow_Impl>(this, pParent->GetFrameWeld()), 
true);
 
     mxInterimPopover->Show();
 

Reply via email to