mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 02:28:35 +00:00
Fix bug #11817.
Preserve line spacing when breaking a paragraph at the beginning.
This commit is contained in:
parent
0536193c22
commit
f7065fa22e
@ -723,6 +723,7 @@ static void breakParagraph(Text & text, pit_type par_offset, pos_type pos,
|
||||
|
||||
tmp->params().depth(par.params().depth());
|
||||
tmp->params().noindent(par.params().noindent());
|
||||
tmp->params().spacing(par.params().spacing());
|
||||
|
||||
// move everything behind the break position
|
||||
// to the new paragraph
|
||||
|
Loading…
Reference in New Issue
Block a user