]> git.lyx.org Git - features.git/commit
Fixup dcef1a9c: better handling of front-of-string splitting
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 6 Jan 2023 14:53:53 +0000 (15:53 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 6 Jan 2023 14:56:54 +0000 (15:56 +0100)
commitcb3de88cc46125f461d5ed44956cfbac25f5a429
treef6345b4870565d6d01ae58427c7bb54470da5f58
parentd89a48483e390664cf894909afa62092deaeac5b
Fixup dcef1a9c: better handling of front-of-string splitting

When splitting a string leads to a break before the first character, the
best is to declare that splitting failed.

Fixes bug #12617.
src/Row.cpp