mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
Whitespace
This commit is contained in:
parent
ded1b4f6c8
commit
be040c4469
@ -848,7 +848,7 @@ void Text::insertStringAsLines(Cursor & cur, docstring const & str,
|
||||
} else {
|
||||
continue;
|
||||
}
|
||||
// do not insert consecutive spaces if !free_spacing
|
||||
// do not insert consecutive spaces if !free_spacing
|
||||
} else if ((*cit == ' ' || *cit == '\t') &&
|
||||
space_inserted && !par.isFreeSpacing()) {
|
||||
continue;
|
||||
|
Loading…
Reference in New Issue
Block a user