From: Jean-Marc Lasgouttes Date: Sat, 8 Jun 2019 07:45:15 +0000 (+0200) Subject: Fixup 7686af1ba8: japanese-cjk got forgotten X-Git-Tag: 2.3.4~127 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=d031e67fd04024aec3dec8184f914a4556ec7a1e;p=features.git Fixup 7686af1ba8: japanese-cjk got forgotten --- diff --git a/src/Row.cpp b/src/Row.cpp index b241194e6e..02ea13319a 100644 --- a/src/Row.cpp +++ b/src/Row.cpp @@ -490,6 +490,7 @@ bool Row::shortenIfNeeded(pos_type const keep, int const w, int const next_width bool force = lang == "chinese-simplified" || lang == "chinese-traditional" || lang == "japanese" + || lang == "japanese-cjk" || lang == "korean"; // FIXME: is it important to check for separators? if ((!force && brk.countSeparators() == 0) || brk.pos < keep)