whoops
This commit is contained in:
parent
997a2be686
commit
1b0fdfd0a9
|
@ -71,7 +71,7 @@
|
||||||
(if immutable?
|
(if immutable?
|
||||||
(error (method-name 'color% 'copy-from) "object is immutable")
|
(error (method-name 'color% 'copy-from) "object is immutable")
|
||||||
(begin (set (color-red c) (color-green c) (color-blue c) (color-alpha c))
|
(begin (set (color-red c) (color-green c) (color-blue c) (color-alpha c))
|
||||||
this)))
|
this))))
|
||||||
|
|
||||||
(define color-red (class-field-accessor color% r))
|
(define color-red (class-field-accessor color% r))
|
||||||
(define color-green (class-field-accessor color% g))
|
(define color-green (class-field-accessor color% g))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user