commit f96e2f3a6a182466d5322c1d6a9911e0fca68b7b
Author: Jean-Marc Lasgouttes <[email protected]>
Date:   Tue Jun 23 00:09:13 2020 +0200

    The hard-coding of word_wrap has been fixed at bf88ad49.
---
 src/Row.cpp |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/Row.cpp b/src/Row.cpp
index 1e9e3ec..8ca6112 100644
--- a/src/Row.cpp
+++ b/src/Row.cpp
@@ -489,9 +489,6 @@ bool Row::shortenIfNeeded(pos_type const keep, int const w, 
int const next_width
                 *
                 * FIXME: Something shall be done about characters which are
                 * not allowed at the beginning or end of line.
-                *
-                * FIXME: hardcoding languages is bad. Put this information in
-                * `languages' file.
                */
                bool const word_wrap = brk.font.language()->wordWrap();
                // When there is text before the body part (think description
-- 
lyx-cvs mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to