set the font for the flashing 'P' to be the small-control-font
This commit is contained in:
parent
ac8fd51bc4
commit
32851bddf9
|
@ -2486,6 +2486,7 @@
|
||||||
(super-new [stretchable-width #f]
|
(super-new [stretchable-width #f]
|
||||||
[style '(transparent)])
|
[style '(transparent)])
|
||||||
|
|
||||||
|
(send (get-dc) set-font small-control-font)
|
||||||
(define-values (indicator-width indicator-height)
|
(define-values (indicator-width indicator-height)
|
||||||
(let-values ([(tw th _1 _2) (send (get-dc) get-text-extent indicator)])
|
(let-values ([(tw th _1 _2) (send (get-dc) get-text-extent indicator)])
|
||||||
(values tw th)))
|
(values tw th)))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user