]> git.lyx.org Git - features.git/commit
Make sure to add at least one element in row if possible
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Sat, 27 Jan 2018 11:29:27 +0000 (12:29 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 30 Jan 2018 10:07:44 +0000 (11:07 +0100)
commit19c90f3a894565367976fd1ce551e7388fcd84c3
treeb385316655f9ab2176e296f2ec67bbd1f444a29b
parent34c1b3c42c54aa0107e1f785dfaff470f348fd4b
Make sure to add at least one element in row if possible

breakRow should only produce an empty row when there is nothing left
in the paragraph.

Fixes bug #10996.

(cherry picked from commit 253b935f65759ba15b6af02117f8316e2aaf676e)
src/TextMetrics.cpp