From: Juergen Spitzmueller Date: Mon, 3 Jun 2024 14:10:17 +0000 (+0200) Subject: Show full inset context-menu when clicking on text part of collapsible (#10370) X-Git-Tag: 2.4.1~58 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=c0df9e193c20fb36daad5f19544f4205e53a6c3a;p=lyx.git 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 7a85b1b7caeb3fb390aa488d7061e29b9a77cc6b) --- diff --git a/src/insets/InsetCollapsible.cpp b/src/insets/InsetCollapsible.cpp index 519033e24a..7633af1050 100644 --- a/src/insets/InsetCollapsible.cpp +++ b/src/insets/InsetCollapsible.cpp @@ -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; } diff --git a/status.24x b/status.24x index 830cf44644..77db9f4f7e 100644 --- a/status.24x +++ b/status.24x @@ -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