summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--svx/source/tbxctrls/tbcontrl.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/tbxctrls/tbcontrl.cxx b/svx/source/tbxctrls/tbcontrl.cxx
index d61e784e3034..173d6b3e4f32 100644
--- a/svx/source/tbxctrls/tbcontrl.cxx
+++ b/svx/source/tbxctrls/tbcontrl.cxx
@@ -3850,7 +3850,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();
@@ -3860,7 +3860,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();