]> git.lyx.org Git - features.git/commit
Fix right_boundary properly after a row is shortened
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 6 Jun 2016 12:01:02 +0000 (14:01 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 9 Jun 2016 08:48:15 +0000 (10:48 +0200)
commit5e5440f2f3c11e26084e541d45213fa62e88db99
tree0b1fb4a05046809c55751bad7e6d0c350ab5cb56
parent3f4901de9ce36866b75e56ec6864354e4119e647
Fix right_boundary properly after a row is shortened

Instead of resetting it to false, do a proper test to see whether
there is a separator at the end of the row.

Fixes bug #10180.
src/TextMetrics.cpp