mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-25 12:09:16 +02:00
LCL, grids: removed debug line
git-svn-id: trunk@52577 -
This commit is contained in:
parent
089966371b
commit
220c413059
@ -6324,7 +6324,6 @@ var
|
||||
procedure DoAutoEdit;
|
||||
begin
|
||||
if (gfAutoEditPending in GridFlags) and not (ssDouble in Shift) then begin
|
||||
DebugLn('ClickCell:[%d,%d] UpCell:[%d,%d]',[FGCache.ClickCell.x,FGCache.ClickCell.y, Cur.x, Cur.y]);
|
||||
SelectEditor;
|
||||
EditorShow(True);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user