Le 31/01/2017 à 00:03, Richard Heck a écrit :
On 01/27/2017 10:13 AM, Jean-Marc Lasgouttes wrote:
commit 8e7d0c2002bdc69c95f3a43f7c78d13fe47ce5f3
Author: Jean-Marc Lasgouttes <lasgout...@lyx.org>
Date: Fri Jan 27 16:09:03 2017 +0100
Fix flushing of row that was cut after an hyphen
When using Qt stuff in breakAt, it may happen that the row is broken
after an hyphen (whereas the old code would only consider spaces).
The fact that we abuse the Row::right_boundary() property to detect when
a row should be flushed broke justification when a row is cut at an
hyphen.
Fix this by introducing a new Row::flushed() property and set it as needed.
Fine for stable, too, once it has been tested a bit in master.
Tell me when you think that the time is right. It depends on your
release plans, I guess.
JMarc