.
original commit: a5e3ede8f966e24dfa9f19736b9443c9c803012e
This commit is contained in:
parent
205f1d4063
commit
b032c32123
|
@ -91,7 +91,7 @@
|
|||
|
||||
(define mask (new choice%
|
||||
[label "Alpha"]
|
||||
[choices '("Auto" "Mask" "Alpha")]
|
||||
[choices '("Auto" "Mask")]
|
||||
[parent f]
|
||||
[callback (lambda (c e) (refresh))]))
|
||||
(define bg (new choice%
|
||||
|
@ -131,8 +131,7 @@
|
|||
(define (get-mask-mode)
|
||||
(case (send mask get-selection)
|
||||
[(0) 'unknown]
|
||||
[(1) 'unknown/mask]
|
||||
[(2) 'unknown/alpha]))
|
||||
[(1) 'unknown/mask]))
|
||||
|
||||
(define get-bg-color
|
||||
(let ([white (make-object color% 255 255 255)]
|
||||
|
|
Loading…
Reference in New Issue
Block a user