fix #34526 copy&paste of text with newline

This commit is contained in:
ws 2015-05-26 16:04:22 +02:00
parent 4a7e7f237f
commit f514bcf9aa

View file

@ -2538,7 +2538,7 @@ void Text::paste()
if (symState)
sym += c;
else
insertText(c);
insert(&_cursor, c);
}
}
else if (state == 1) {