Show full inset context-menu when clicking on text part of collapsible (#10370)

Re-fix this since #12907 has been resolved

(cherry picked from commit 7a85b1b7ca)
This commit is contained in:
Juergen Spitzmueller 2024-06-03 16:10:17 +02:00
parent f46c63d180
commit c0df9e193c
2 changed files with 5 additions and 2 deletions

View File

@ -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 it_context_menu;
return context_menu + ";" + it_context_menu;
}

View File

@ -32,6 +32,9 @@ What's new
- In context menus, more items are now shown on top level.
- Show full inset context-menu when clicking on text part of collapsible
(bug 10370).
- Allow relative statistics values in statusbar, improve update times for
some UI and buffer operations.
@ -65,7 +68,7 @@ What's new
- Update acknowledgments handling in aastex63 layout
(cf. https://journals.aas.org/aastexguide/#acknowledgments)
- Make LFUN_RESET_EXPORT work properly.
- Make buffer-reset-export LFUN work properly.
* USER INTERFACE