Changeset 504 for trunk/Packages/CevoComponents/DrawDlg.pas
- Timestamp:
- Dec 24, 2023, 12:57:24 PM (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Packages/CevoComponents/DrawDlg.pas
r497 r504 240 240 r0 := CreateRectRgn(0, 0, ClientWidth, ClientHeight); 241 241 for i := 0 to ControlCount - 1 do 242 if not (Controls[i] is TArea) and Controls[i].Visible then242 if not (Controls[i] is TArea) and Controls[i].Visible then 243 243 begin 244 244 with Controls[i].BoundsRect do … … 320 320 end; 321 321 Start := Stop + 2; 322 inc(LinesCount);322 Inc(LinesCount); 323 323 end; 324 324 if Preview then
Note:
See TracChangeset
for help on using the changeset viewer.