OSDN Git Service

fix in PopCursors for ptLastChange
authorLaurent Ganier <laoran@users.sourceforge.net>
Sat, 25 Oct 2003 13:33:27 +0000 (13:33 +0000)
committerLaurent Ganier <laoran@users.sourceforge.net>
Sat, 25 Oct 2003 13:33:27 +0000 (13:33 +0000)
Src/GhostTextView.cpp
Src/readme.txt

index c22d78d..79b5b9b 100644 (file)
@@ -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 
        {
index eb98dda..5e0d3a5 100644 (file)
@@ -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