From c3f58cb1ec63ea2e1984fedb0ecef6e670780e30 Mon Sep 17 00:00:00 2001 From: Laurent Ganier Date: Sat, 25 Oct 2003 13:33:27 +0000 Subject: [PATCH] fix in PopCursors for ptLastChange --- Src/GhostTextView.cpp | 2 +- Src/readme.txt | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Src/GhostTextView.cpp b/Src/GhostTextView.cpp index c22d78df6..79b5b9b21 100644 --- a/Src/GhostTextView.cpp +++ b/Src/GhostTextView.cpp @@ -127,7 +127,7 @@ PopCursors () } CPoint ptLastChange; - if (m_ptLastChangePushed.y == 0 && m_ptLastChangePushed.nToFirstReal == 1) + if (m_ptLastChangePushed.y == 0 && m_ptLastChangePushed.nToFirstReal > 0) ptLastChange = CPoint(-1,-1); else { diff --git a/Src/readme.txt b/Src/readme.txt index eb98ddad2..5e0d3a5e6 100644 --- a/Src/readme.txt +++ b/Src/readme.txt @@ -1,4 +1,6 @@ 2003-10-25 Laoran + fix in PopCursors for ptLastChange + WinMerge: GhostTextView.cpp BUG: [ 830076 ] Context menu plugins change ghost lines to real lines WinMerge: GhostTextView.cpp GhostTextView.h MergeEditView.cpp BUG: [ 830072 ] "Unload script" does not work -- 2.11.0