Better logging small bug in wv-dialog, conversion to stdio.

This commit is contained in:
2026-08-03 13:44:01 +02:00
parent 1ecb678e38
commit dbf108a601
8 changed files with 78 additions and 19 deletions
+2 -1
View File
@@ -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")