mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 01:48:03 +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
|
||||
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;
|
||||
|
Loading…
Reference in New Issue
Block a user