make popup menus respond to mouse-up events, not mouse-down ones
original commit: 0377bda9474f8848a97509ace898174c83361006
This commit is contained in:
parent
d4ac5ab683
commit
274cce0439
|
@ -337,7 +337,7 @@
|
|||
|
||||
[mouse-popup-menu
|
||||
(λ (edit event)
|
||||
(when (send event button-down?)
|
||||
(when (send event button-up?)
|
||||
(let ([a (send edit get-admin)])
|
||||
(when a
|
||||
(let ([m (make-object popup-menu%)])
|
||||
|
|
Loading…
Reference in New Issue
Block a user