mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fixup 7686af1ba8
: japanese-cjk got forgotten
This commit is contained in:
parent
bc54a55491
commit
d031e67fd0
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user