remove bogus 'combo style from universe logging window

svn: r14052
This commit is contained in:
Matthew Flatt 2009-03-11 17:13:38 +00:00
parent 007ff4649d
commit 63af81bd85

View File

@ -278,7 +278,7 @@
[callback (lambda (but evt) (stop-and-restart))])]
[text (new text%)]
[edit (new editor-canvas% [parent this] [editor text]
[style '(no-border combo no-hscroll auto-vscroll)])])
[style '(no-border no-hscroll auto-vscroll)])])
;; add lines to the end of the text
(define/public (add str)