mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Show full inset context-menu when clicking on text part of collapsible (#10370)
This commit is contained in:
parent
75eb3abcfb
commit
6c4afc1ccb
@ -748,7 +748,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