]> 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, 23 May 2019 08:26:08 +0000 (10:26 +0200)
commit7cc4ceb89c184e51c4dc575b7a5c2928469b3f14
tree7e33210723dfbe7632daea236535eed5a0cee99c
parent596b3c4522c76175d49e912f1453b21b094070d1
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