]> git.lyx.org Git - features.git/commit
Fix some row breaking problems with large insets
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 23 Jul 2015 09:59:51 +0000 (11:59 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 24 Aug 2015 12:09:19 +0000 (14:09 +0200)
commitf921c2e8ecbc8fd86e58fe9e2f78bb3effe21ef6
treec98f6e4bef749b5883e8f7e0070119c3dbda5bec
parent125a297778f0fd0c18e7e0e7ad8c14f7001a74b7
Fix some row breaking problems with large insets

When a row is too large due to a wide inset, it does not make sense to
break text before if the problem is the same in the next row.
Therefore give up breaking in this case.

Note that this was explicitely taken care of in the old-world
rowBreakPoint code.

Fixes bug #9691.
src/Row.cpp