fixing small bug that was introduced with move to 4.0

svn: r8145
This commit is contained in:
Matthias Felleisen 2007-12-29 02:29:51 +00:00
parent 6ccffdffdb
commit 526458b36c

View File

@ -471,9 +471,9 @@
(define _ (send this begin-container-sequence))
(define x (make-text-field this (if button-or-false "," "") void pt))
(set! pa* (append pa* (list x)))
(send this change-children
(lambda (y)
(remq y pa+)))
(send this change-children
(lambda (y)
(remq y pa*)))
(send this end-container-sequence))
;; re-establish this pane so that programmers can edit the method info