fix `tab-panel%' callback problem
Closes PR 11528
This commit is contained in:
parent
8d15718188
commit
f2a11c504d
|
@ -138,7 +138,7 @@
|
||||||
(cdr style)
|
(cdr style)
|
||||||
(list (car style)))
|
(list (car style)))
|
||||||
(cons 'border 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
|
(public
|
||||||
[get-number (lambda () (length save-choices))]
|
[get-number (lambda () (length save-choices))]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user