]> git.lyx.org Git - features.git/commit
Text::dispatch: ignore single par update when there is a full update
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 7 Jun 2024 14:49:25 +0000 (16:49 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Sat, 8 Jun 2024 20:29:45 +0000 (22:29 +0200)
commitcd3453ec453f811e4204eaad8d4df73fde7fa9c9
treefd733552b2762a67fdd87980c6bc0140b40f80c8
parent5c5410c39cd7f3dfe4e187eedb7a4222e07c4b83
Text::dispatch: ignore single par update when there is a full update

Reorder the tests so that, when the flag Update::SinglePar has been
specified, it does not take precedence over Update::Force flag.

This fixes the crash with inset-split.

(cherry picked from commit a1856427468cd4e442c77f394715c825d919f902)
src/Text.cpp