call combo% callback when popup item selected
svn: r2738 original commit: 9e06bf60d6e3453260b4f324293d7aabac4c3f76
This commit is contained in:
parent
1895403978
commit
cf2a67cc6a
|
@ -110,7 +110,10 @@
|
|||
(focus)
|
||||
(set-value item)
|
||||
(let ([e (get-editor)])
|
||||
(send e set-position 0 (send e last-position))))))])
|
||||
(send e set-position 0 (send e last-position)))
|
||||
(send (as-entry (lambda () (mred->wx this)))
|
||||
command
|
||||
(make-object wx:control-event% 'text-field)))))])
|
||||
(override
|
||||
[on-subwindow-event (lambda (w e)
|
||||
(and (send e button-down?)
|
||||
|
|
Loading…
Reference in New Issue
Block a user