From: Laurent Ganier Date: Sat, 25 Oct 2003 13:33:27 +0000 (+0000) Subject: fix in PopCursors for ptLastChange X-Git-Tag: 2.16.5~7599 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=c3f58cb1ec63ea2e1984fedb0ecef6e670780e30;p=winmerge-jp%2Fwinmerge-jp.git fix in PopCursors for ptLastChange --- 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