blob: 8cd2cc059346c15be1a169c7f234e946e65089f4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- zoinks-0.4.0/fw/TTextView.cpp.org 2006-10-08 19:04:24.278148250 +0200
+++ zoinks-0.4.0/fw/TTextView.cpp 2006-10-08 19:04:51.283836000 +0200
@@ -462,7 +462,7 @@
{
if (offset < fSelectionAnchor)
{
- selectionStart = selectionStart = fLayout->GetLineOffset(fLayout->OffsetToLine(offset));
+ selectionStart = fLayout->GetLineOffset(fLayout->OffsetToLine(offset));
selectionEnd = fSelectionAnchorEnd;
}
else if (offset > fSelectionAnchorEnd)
|