Changeset 565 for trunk/Inp.pas
- Timestamp:
- May 1, 2024, 12:08:20 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Inp.pas
r474 r565 44 44 procedure TInputDlg.FormPaint(Sender: TObject); 45 45 begin 46 PaintBackground( Self, 3, 3, Width - 6, Height - 6);46 PaintBackground(Canvas, 3, 3, Width - 6, Height - 6, Width, Height); 47 47 Frame(Canvas, 0, 0, Width - 1, Height - 1, 0, 0); 48 48 Frame(Canvas, 1, 1, Width - 2, Height - 2,
Note:
See TracChangeset
for help on using the changeset viewer.