Better logging small bug in wv-dialog, conversion to stdio.
This commit is contained in:
+2
-1
@@ -14,9 +14,10 @@
|
||||
|
||||
(define wv-dialog%
|
||||
(class wv-window%
|
||||
(init [quit-on-close #f])
|
||||
(inherit-field parent settings wv-context html-path x y width height)
|
||||
|
||||
(super-new)
|
||||
(super-new [quit-on-close quit-on-close])
|
||||
|
||||
(define/override (init-size)
|
||||
(dbg-webview "init-size")
|
||||
|
||||
Reference in New Issue
Block a user