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
#1

Updated by Brian Flanagan about 3 years ago

  • Estimated time set to 1:00 h
  • Affected version changed from 1.0.0 (B4) to 1.0.0 (B5)

Verified, and still a problem in 1.0.0 (B5).

#2

Updated by Francois Lionet about 3 years ago

  • Status changed from New to Resolved

Fixed!

#3

Updated by Brian Flanagan about 3 years ago

  • Status changed from Resolved to Closed
  • Target version set to 1.0.0 (B7)

Works in B7! No blur.

Also available in: Atom PDF