From 6db00dbd9c0ea210c17a9d750a8477b1c05bf8b1 Mon Sep 17 00:00:00 2001 From: Greg Cooper Date: Fri, 23 May 2008 00:19:17 +0000 Subject: [PATCH] use scheme:text% for rendering behaviors svn: r9939 --- collects/frtime/frp-snip.ss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/collects/frtime/frp-snip.ss b/collects/frtime/frp-snip.ss index 9fba0cb7b1..f0509919cd 100644 --- a/collects/frtime/frp-snip.ss +++ b/collects/frtime/frp-snip.ss @@ -3,6 +3,8 @@ mzlib/string mzlib/list mzlib/port + + framework ;; FRP requires @@ -85,6 +87,7 @@ (send (get-editor) lock #t))))) (super-new + [editor (new scheme:text%)] [with-border? #f] [left-margin 0] [right-margin 0]