fixing small bug that was introduced with move to 4.0
svn: r8145
This commit is contained in:
parent
6ccffdffdb
commit
526458b36c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user