adjust the close callback so that it knows what state the bug report window is in
closes PR 11773 merge to the release, please
This commit is contained in:
parent
2a5fe45c7a
commit
95b6f149fa
|
@ -59,6 +59,8 @@
|
|||
(cond
|
||||
[close-box-clicked?
|
||||
(cond
|
||||
[(eq? (send single active-child) finished-panel)
|
||||
#t]
|
||||
[(empty-bug-report?)
|
||||
(no-more-saving)
|
||||
(unsave-bug-report bug-id)
|
||||
|
|
Loading…
Reference in New Issue
Block a user