make sure the "closed" event comes. It will not come from the C backend, so we generate it in the racket-webview-qt.rkt module"
This commit is contained in:
+2
-2
@@ -248,11 +248,11 @@
|
||||
#t)
|
||||
|
||||
(define/public (can-close?)
|
||||
(when quit-on-close
|
||||
(send this quit))
|
||||
#t)
|
||||
|
||||
(define/public (closed)
|
||||
(when quit-on-close
|
||||
(send this quit))
|
||||
#t)
|
||||
|
||||
(define/public (js-event js-event)
|
||||
|
||||
Reference in New Issue
Block a user