mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 10:19:22 +02:00
synedit: less hints
This commit is contained in:
parent
af57f63ba7
commit
7931c07c4c
@ -302,7 +302,7 @@ begin
|
|||||||
Result := 0;
|
Result := 0;
|
||||||
end else begin
|
end else begin
|
||||||
i := length(Line);
|
i := length(Line);
|
||||||
SetLength(CharWidths, i);
|
SetLength(CharWidths{%H-}, i);
|
||||||
DoGetPhysicalCharWidths(Pchar(Line), i, AnIndex, @CharWidths[0]);
|
DoGetPhysicalCharWidths(Pchar(Line), i, AnIndex, @CharWidths[0]);
|
||||||
Result := 0;
|
Result := 0;
|
||||||
for i := 0 to length(CharWidths)-1 do
|
for i := 0 to length(CharWidths)-1 do
|
||||||
|
Loading…
Reference in New Issue
Block a user