]> git.lyx.org Git - features.git/commit
Fix width of row when there are active hfills
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 30 Nov 2015 21:00:48 +0000 (22:00 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 1 Dec 2015 08:14:22 +0000 (09:14 +0100)
commit39e33d513844b0102dac11abfa9cced4bd98bc17
tree3c49ec679bd61d235ec9e1163a345dd404cdbf02
parentd887b2a5dcef98947f7560d98ff35606e53875d9
Fix width of row when there are active hfills

It is important to make sure in computeRowMetrics that the row width
is correct at the end, because we rely on it in several places.

Fixes bug #9870.
src/TextMetrics.cpp