Mac fixes
original commit: 484dbf1e4caf0b30f237877c5b0f48f3ee416990
This commit is contained in:
parent
ecee097aa8
commit
5723f203ac
|
@ -197,6 +197,8 @@
|
|||
(make-object wx:point% 5 95))
|
||||
(+ x 12) (+ y 15))
|
||||
|
||||
(send dc draw-point (+ x 35) (+ y 115))
|
||||
|
||||
(send dc draw-line
|
||||
(+ x 5) (+ y 125) (+ x 10) (+ y 125))
|
||||
(send dc draw-line
|
||||
|
|
|
@ -891,7 +891,11 @@
|
|||
(send e set-command-int p)
|
||||
(send e set-extra-long 1)
|
||||
(send e set-event-object c)
|
||||
(send e set-command-string (list-ref actual-content p))
|
||||
(send e set-command-string
|
||||
(if (< -1 p (length actual-content))
|
||||
(list-ref actual-content p)
|
||||
"???"))
|
||||
(when list? (send c set-first-item p))
|
||||
(send c command e)))
|
||||
" by Simulate" #t))
|
||||
(define tb (make-object mred:button% p
|
||||
|
|
Loading…
Reference in New Issue
Block a user