SynEdit: Improved Syncro-Edit / removed accidental committed debugln

git-svn-id: trunk@25253 -
This commit is contained in:
martin 2010-05-08 15:03:35 +00:00
parent c58144c6b8
commit 208b0d5205

View File

@ -1183,7 +1183,6 @@ procedure TSynPluginCustomSyncroEdit.UpdateCurrentCell;
var
i: Integer;
begin
debugln(['update current cell pl=',FPaintLock]);
i := Cells.IndexOf(CaretObj.BytePos, CaretObj.LinePos, True);
if (i <> CurrentCell) and (CurrentCell >= 0) then
FLastCell := CurrentCell;