synedit: less hints

This commit is contained in:
mattias 2024-03-05 15:53:40 +01:00
parent af57f63ba7
commit 7931c07c4c

View File

@ -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