https://bugs.documentfoundation.org/show_bug.cgi?id=143688

--- Comment #10 from Maxim Monastirsky <[email protected]> ---
(In reply to Heiko Tietze from comment #9)
> Maxim, do you have an idea how to solve this issue?
Take a look at ImplDockingWindowWrapper::StartPopupMode( ToolBox* ..., there is
a check for ToolBox::AlwaysLocked() which controls this. You can probably
remove this check to make them always floatable. Or if we want to follow the
parent toolbar, you can try to replace that check with
vcl::Window::GetDockingManager()->IsLocked(pParentToolBox), or if the parent is
in popup mode (might be the case for the overflow popup), same check for the
parent of the parent.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to