avoid showing GC icon for a frame that is not shown
Commit ac2d39e0e1
has the side effect of showing the window when its
parent is still hidden.
This commit is contained in:
parent
5f63b8c95b
commit
a948c8a2f0
|
@ -465,7 +465,8 @@
|
|||
(when (pair? blits)
|
||||
(atomically
|
||||
(suspend-all-reg-blits)
|
||||
(resume-all-reg-blits)))
|
||||
(when (is-shown-to-root?)
|
||||
(resume-all-reg-blits))))
|
||||
(when (dc . is-a? . dc%)
|
||||
(send dc reset-backing-retained)
|
||||
(send dc set-auto-scroll
|
||||
|
|
Loading…
Reference in New Issue
Block a user