fix get-char-height' and
get-char-width' in dc<%>
Closes PR 11526 original commit: 965e8f96d13d26cf34c9c5a42a7e27c29eeea989
This commit is contained in:
parent
313fe0d34c
commit
d4ffb4f39f
|
@ -72,6 +72,9 @@
|
|||
(try-ok 'set-text-foreground (make-object color% "Yellow"))
|
||||
(try-ok 'set-text-mode 'transparent)
|
||||
|
||||
(try-ok 'get-char-height)
|
||||
(try-ok 'get-char-width)
|
||||
|
||||
(try 'try-color (make-object color% "Yellow") (make-object color%)))
|
||||
|
||||
(st #f mdc ok?)
|
||||
|
|
Loading…
Reference in New Issue
Block a user