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
(cherry picked from commit 7a85b1b7ca
)
This commit is contained in:
parent
f46c63d180
commit
c0df9e193c
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user