]> git.lyx.org Git - features.git/commit
Fixup da2696cc: do not clear useful information from row
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 23 May 2019 08:26:08 +0000 (10:26 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 13:48:30 +0000 (15:48 +0200)
commit7c1aeb387afa9a1b7d01ee9ea3a2950a3cc5ac8b
tree844a234e0bcee99400173c7b85287ae27607076d
parent4ab01fa87f44e400c45ce2f428411ea2debfadf8
Fixup da2696cc: do not clear useful information from row

Ensure before calling breakRow that the row is empty.

Remove Row::clear(), which has unnatural semantics.

Fixes bug #11396.
src/Row.h
src/TextMetrics.cpp