]> git.lyx.org Git - features.git/commit
Fix issues with inset-dissolve in mathed
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Sun, 23 Jul 2023 15:34:01 +0000 (17:34 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Sun, 23 Jul 2023 15:39:39 +0000 (17:39 +0200)
commit0f7404392c2c710aa967a937f47eca0ad94cef93
tree82a4810e9b0e88246b1f8bf84ce383ab9c7d7f4d
parent62d61e765582f6fa297d933282938b127bf47f04
Fix issues with inset-dissolve in mathed

* do not try to dissolve a macro template inset (avoids a crash)
* disable inset-dissolve when an argument is given
* when triggered by the AtPoint mechanism, make sur to dissolve the
  right inset.

Fixes bug #12562.
src/mathed/InsetMathNest.cpp