mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 02:28:35 +00:00
The hard-coding of word_wrap has been fixed at bf88ad49
.
This commit is contained in:
parent
ba738d0167
commit
f96e2f3a6a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user