fix #34526 copy&paste of text with newline
This commit is contained in:
parent
4a7e7f237f
commit
f514bcf9aa
1 changed files with 1 additions and 1 deletions
|
@ -2538,7 +2538,7 @@ void Text::paste()
|
|||
if (symState)
|
||||
sym += c;
|
||||
else
|
||||
insertText(c);
|
||||
insert(&_cursor, c);
|
||||
}
|
||||
}
|
||||
else if (state == 1) {
|
||||
|
|
Loading…
Reference in a new issue