From kde-commits Sun Jan 19 13:09:50 2003 From: Simon Hausmann Date: Sun, 19 Jan 2003 13:09:50 +0000 To: kde-commits Subject: kdenetwork/ksirc X-MARC-Message: https://marc.info/?l=kde-commits&m=104298182319718 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 )