fix `tab-panel%' callback problem

Closes PR 11528
This commit is contained in:
Matthew Flatt 2011-01-08 07:55:42 -07:00
parent 8d15718188
commit f2a11c504d

View File

@ -138,7 +138,7 @@
(cdr style)
(list (car style)))
(cons 'border style)))
(send (mred->wx this) set-callback callback))
(send (mred->wx this) set-callback (lambda (wx e) (callback (wx->mred wx) e))))
(public
[get-number (lambda () (length save-choices))]