]> git.lyx.org Git - features.git/commit
Fix endless loop when breaking text
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 9 Dec 2021 15:43:16 +0000 (16:43 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 9 Dec 2021 15:56:09 +0000 (16:56 +0100)
commitdcef1a9cad5173158e1aeef96bd4e57ad20a64ca
tree419700293b51b7e41edbf5645fc567d06d731c88
parentb461d07b5b4a5711a30924f5cd93f976f2711a6d
Fix endless loop when breaking text

For some reason, Qt can break strings before the first character
(although we try to prevent that). The code was not prepared to that,
now it is.

Remove a forgotten debug statement.
src/Row.cpp