set the font for the flashing 'P' to be the small-control-font

This commit is contained in:
Robby Findler 2010-12-10 11:12:48 -06:00
parent ac8fd51bc4
commit 32851bddf9

View File

@ -2486,6 +2486,7 @@
(super-new [stretchable-width #f]
[style '(transparent)])
(send (get-dc) set-font small-control-font)
(define-values (indicator-width indicator-height)
(let-values ([(tw th _1 _2) (send (get-dc) get-text-extent indicator)])
(values tw th)))