mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Show full inset context-menu when clicking on text part of collapsible (#10370)
Re-fix this since #12907 has been resolved
This commit is contained in:
parent
036419119e
commit
7a85b1b7ca
@ -762,7 +762,7 @@ string InsetCollapsible::contextMenu(BufferView const & bv, int x,
|
||||
if (x < xo(bv) + dim.wid && y < yo(bv) + dim.des)
|
||||
return context_menu;
|
||||
|
||||
return it_context_menu;
|
||||
return context_menu + ";" + it_context_menu;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user