CVS commit by hausmann: - fixed #53152: newlines should not get appended to the selection for wrapped lines CCMAIL: 53152-done@bugs.kde.org M +0 -3 kstextview.cpp 1.79 --- kdenetwork/ksirc/kstextview.cpp #1.78:1.79 @@ -1300,8 +1300,5 @@ QString TextParag::updateSelection( cons for (; line != lastLine; line = m_lines.next() ) - { selectedText += line->updateSelection( start, end ); - selectedText += '\n'; - } if ( lastLine )