use the focus table mixin for the autosave window so that drdr tests work right
original commit: 4a3997ac1c21282c324e125ffad835f8d8371cbe
This commit is contained in:
parent
3b39083474
commit
6cf14004d5
|
@ -144,7 +144,7 @@
|
||||||
[filtered-table
|
[filtered-table
|
||||||
(filter (λ (x) (file-exists? (cadr x))) table)])
|
(filter (λ (x) (file-exists? (cadr x))) table)])
|
||||||
(unless (null? filtered-table)
|
(unless (null? filtered-table)
|
||||||
(let* ([dlg (new dialog%
|
(let* ([dlg (new (frame:focus-table-mixin dialog%)
|
||||||
(label (string-constant recover-autosave-files-frame-title)))]
|
(label (string-constant recover-autosave-files-frame-title)))]
|
||||||
[t (new text% (auto-wrap #t))]
|
[t (new text% (auto-wrap #t))]
|
||||||
[ec (new editor-canvas%
|
[ec (new editor-canvas%
|
||||||
|
|
Loading…
Reference in New Issue
Block a user