Project

General

Profile

Bug #679

Wind Close problem

Added by Paul Kitching about 3 years ago. Updated about 3 years ago.

Status:
Closed
Priority:
Normal
Target version:
Start date:
02/27/2021
Due date:
% Done:

0%

Estimated time:
1:00 h
Affected version:

Description

If you open a window, then another, and close the second, it starts to stretch and blur the first window contents from the middle up and down. The main screen behind the windows is unaffected.

#splashScreen:False
for y=1 to 20
    print repeat$("A",40)
next y
wind save
wind open 1,50,50,10,15,1
for y=1 to 10
    print repeat$("B",7)
next y
wait 1
for win=1 to 50
    wind save
    wind open 2,350,50,10,10,1
    print "testing"
    wait 0.1
    wind close
    wait 0.1
next win
end

Files

WindCloseBlur.PNG (79.9 KB) WindCloseBlur.PNG Paul Kitching, 02/27/2021 02:53 PM

Also available in: Atom PDF