mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-20 17:40:40 +02:00
SynEdit: Improved Syncro-Edit / removed accidental committed debugln
git-svn-id: trunk@25253 -
This commit is contained in:
parent
c58144c6b8
commit
208b0d5205
@ -1183,7 +1183,6 @@ procedure TSynPluginCustomSyncroEdit.UpdateCurrentCell;
|
|||||||
var
|
var
|
||||||
i: Integer;
|
i: Integer;
|
||||||
begin
|
begin
|
||||||
debugln(['update current cell pl=',FPaintLock]);
|
|
||||||
i := Cells.IndexOf(CaretObj.BytePos, CaretObj.LinePos, True);
|
i := Cells.IndexOf(CaretObj.BytePos, CaretObj.LinePos, True);
|
||||||
if (i <> CurrentCell) and (CurrentCell >= 0) then
|
if (i <> CurrentCell) and (CurrentCell >= 0) then
|
||||||
FLastCell := CurrentCell;
|
FLastCell := CurrentCell;
|
||||||
|
Loading…
Reference in New Issue
Block a user