Skip to content

Commit

Permalink
fix #278068 newline in new text
Browse files Browse the repository at this point in the history
  • Loading branch information
tobik committed Dec 10, 2018
1 parent f199f5e commit 513cf8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libmscore/textedit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,7 @@ void SplitJoinText::split(EditData* ed)

CharFormat* charFmt = c.format(); // take current format
t->textBlockList().insert(line + 1, c.curLine().split(c.column()));
c.curLine().setEol(true);

c.setRow(line+1);
c.curLine().setEol(true);
Expand Down

0 comments on commit 513cf8f

Please sign in to comment.