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