www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 0e6fc9c17c27a704c9456670f074b4e866976d81
parent d5cd4b5b06551f7168e76412f75159934563a8d3
Author: Ryan Culpepper <ryanc@racket-lang.org>
Date:   Fri, 16 May 2014 17:52:14 -0400

use correct editor class in syntax-browser snips

original commit: d330c2104ebf8ffa34de1708b74534eb9260a60f

Diffstat:
Mpkgs/macro-debugger-pkgs/macro-debugger/macro-debugger/syntax-browser/snip.rkt | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pkgs/macro-debugger-pkgs/macro-debugger/macro-debugger/syntax-browser/snip.rkt b/pkgs/macro-debugger-pkgs/macro-debugger/macro-debugger/syntax-browser/snip.rkt @@ -8,6 +8,7 @@ "controller.rkt" "keymap.rkt" "util.rkt" + "text.rkt" "prefs.rkt") (provide syntax-snip% @@ -27,7 +28,7 @@ set-inset set-snipclass) - (define text (new text:standard-style-list%)) + (define text (new browser-text%)) (super-new (editor text) (with-border? #f)) (set-margin 0 0 0 0)