mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-08 15:36:03 +02:00
parent
08ac633cb7
commit
bc70d6ed36
@ -216,7 +216,7 @@ end;
|
|||||||
function TCustomSynMemo.RowColToCharIndex(RowCol: TPoint): integer;
|
function TCustomSynMemo.RowColToCharIndex(RowCol: TPoint): integer;
|
||||||
var
|
var
|
||||||
i: integer;
|
i: integer;
|
||||||
e: Char;
|
e: string;
|
||||||
LineEndLen: Integer;
|
LineEndLen: Integer;
|
||||||
begin
|
begin
|
||||||
Result := 0;
|
Result := 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user