Old DataStream removed

This commit is contained in:
Michael Schimmel
2025-07-14 19:55:16 +02:00
parent d9a82365d3
commit 4247fde7cd
6 changed files with 27 additions and 189 deletions
+1 -1
View File
@@ -261,7 +261,7 @@ begin
end;
Canvas.Stroke.Color := FLineColor;
Canvas.Stroke.Thickness := 3; //FLineWidth;
Canvas.Stroke.Thickness := FLineWidth;
Canvas.Stroke.Join := TStrokeJoin.Bevel;
Canvas.DrawPath(points, 1);
finally