From f5f78950b7ecbcaa0fd3190971ecc705af74d45b Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Sun, 25 Jul 1999 00:37:47 +0000 Subject: [PATCH] . original commit: a12732c29ff1343f8dff5209dc1810bea58be601 --- src/mred/wrap/mred.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mred/wrap/mred.ss b/src/mred/wrap/mred.ss index aee9fbf9..55bf877c 100644 --- a/src/mred/wrap/mred.ss +++ b/src/mred/wrap/mred.ss @@ -2987,7 +2987,7 @@ (check-string cwho label) (check-top-level-parent/false cwho parent) (for-each (lambda (x) (check-dimension cwho x)) (list width height x y)) - (check-style cwho #f '(no-caption) style) + (check-style cwho #f '(no-caption resize-border) style) (check-container-ready cwho parent))) (rename [super-on-subwindow-char on-subwindow-char]) (private [wx #f])