tvplanit: Add missing print format lrj files

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8462 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2022-09-08 21:02:55 +00:00
parent c95d86dba0
commit 77c07d5f90
3 changed files with 36 additions and 1 deletions

View File

@ -536,7 +536,6 @@ begin
x1 := R.Left - dx;
x2 := R.Right - dx;
TPSFilLRect(RenderCanvas, Angle, RenderIn, Rect(x1, y1, x2, y2));
// RenderCanvas.FillRect(x1, y1, x2, y2);
end;
end;
end;