]> git.lyx.org Git - lyx.git/commit
Fix crash when deleting inset with backspace
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Sun, 7 Apr 2024 17:23:12 +0000 (19:23 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Sun, 7 Apr 2024 17:29:53 +0000 (19:29 +0200)
commit89901123c579c6c7dbd1aecd092d62c3a0a3db24
tree4de807d42e5b6cccc1c894ad913907a511160e06
parent6a2a9086ad6519528285c311e8448a67c93a9429
Fix crash when deleting inset with backspace

See description here:
https://marc.info/?l=lyx-devel&m=171243435229412&w=2

cutSelectionHelper did not request a metrics update when the selection
was inner to a paragraph. The new code is better, but it was not
necessary before the biginset branch because of a full metrics
computation that hid this missing case.
src/CutAndPaste.cpp