Actions
Bug #796
closedWind close leave a row and column on the screen
Start date:
07/03/2021
Due date:
% Done:
0%
Estimated time:
Affected version:
Description
There is a while row at the bottom of the screen, and a row along the right side left after a Wind Close.
#splashScreen:False
for x=1 to 500
locate rnd(75),rnd(24):print x
next x
wind save
wind open 1,40,25,70,20,2
wait key
wind close
wait key
end
Updated by Paul Kitching over 3 years ago
I think this is only in AOZ mode. Amiga mode doesn't seem to do it.
Updated by Paul Kitching about 3 years ago
- Status changed from Resolved to Closed
Actions