]> git.lyx.org Git - features.git/commit
Change the way the element's width is updated.
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Sat, 17 Jul 2021 21:16:15 +0000 (23:16 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 23 Nov 2021 15:31:30 +0000 (16:31 +0100)
commit4099d40683fbce8429a00b26168fb93285fde007
tree4af984b2e4f336801c8f6b932ee4bc8ab3d63d8b
parent7d2e31445c4f1aa35533d3d57d28022fae3d56e4
Change the way the element's width is updated.

Remove the code that computed the width every 30 characters (yay!).
Make sure that finalizeLast() is called after inserting a row element in
a row in breakParagraph.
src/Row.cpp
src/TextMetrics.cpp