mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Revert "Show full inset context-menu when clicking on text part of collapsible (#10370)"
This reverts commit 6c4afc1ccb
.
This needs more thinking to get the menus sane.
This commit is contained in:
parent
e0e1350b7e
commit
5d193c7b62
@ -760,7 +760,7 @@ string InsetCollapsible::contextMenu(BufferView const & bv, int x,
|
||||
if (x < xo(bv) + dim.wid && y < yo(bv) + dim.des)
|
||||
return context_menu;
|
||||
|
||||
return context_menu + ";" + it_context_menu;
|
||||
return it_context_menu;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user