aboutsummaryrefslogtreecommitdiffstats
path: root/editors/zoinks/files/patch-fw-TTextView.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'editors/zoinks/files/patch-fw-TTextView.cpp')
-rw-r--r--editors/zoinks/files/patch-fw-TTextView.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/zoinks/files/patch-fw-TTextView.cpp b/editors/zoinks/files/patch-fw-TTextView.cpp
new file mode 100644
index 000000000000..e690577b32ed
--- /dev/null
+++ b/editors/zoinks/files/patch-fw-TTextView.cpp
@@ -0,0 +1,11 @@
+--- fw/TTextView.cpp.orig 2007-11-03 00:01:15.000000000 +0100
++++ fw/TTextView.cpp 2007-11-03 00:01:40.000000000 +0100
+@@ -451,7 +451,7 @@
+ {
+ if (offset < fSelectionAnchor)
+ {
+- selectionStart = selectionStart = fLayout->GetLineOffset(fLayout->OffsetToLine(offset));
++ selectionStart = fLayout->GetLineOffset(fLayout->OffsetToLine(offset));
+ selectionEnd = fSelectionAnchorEnd;
+ }
+ else if (offset > fSelectionAnchorEnd)