fix `tab-panel%' callback problem
Closes PR 11528 original commit: f2a11c504ddd7f3ecac6d1bd9491e209fd94fec2
This commit is contained in:
parent
6bd8aa4b9b
commit
78c90d9910
|
@ -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))]
|
||||
|
|
Loading…
Reference in New Issue
Block a user