]> git.lyx.org Git - features.git/commit
Row breaking: keep unused tail for later (instead of assertion)
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 6 Jan 2023 15:02:29 +0000 (16:02 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 6 Jan 2023 15:02:29 +0000 (16:02 +0100)
commit9dd716da3ace5f81f9fc16b2cee64119f0db65e8
treea187b75ca1baec5628f4106e6c9487740ec52a6a
parentcb3de88cc46125f461d5ed44956cfbac25f5a429
Row breaking: keep unused tail for later (instead of assertion)

Instead of asserting when there are unprocessed row elements (which,
as I understand it, should almost never happen), play safe and keep
them for later processing.

Related to bug #12617.
src/TextMetrics.cpp