Changeset 220 for trunk/Back.pas
- Timestamp:
- May 11, 2020, 11:15:35 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Back.pas
r219 r220 65 65 begin 66 66 if FullScreen then begin 67 WindowState := ws Maximized;67 WindowState := wsFullScreen; 68 68 if not Assigned(Img) then begin 69 69 FileName := GetGraphicsDir + DirectorySeparator + 'Background.png';
Note:
See TracChangeset
for help on using the changeset viewer.