So I guess this is a bug somewhere in how event handling is happening.
If you wanted to work around it temporarily so you can set the font
how you want to, you could change this `unless` expression to be just
its body, ie `(force-cache receiver)`.

https://github.com/racket/drracket/blob/master/drracket/drracket/private/font.rkt#L88-L91

At least, I think that will work. Alternatively, you could add:

```
(thread (lambda () (sleep .1) (queue-callback (force-cache font-name-control))))
```

just after this line:

https://github.com/racket/drracket/blob/master/drracket/drracket/private/font.rkt#L96

and hopefully that'll work.

Robby


On Mon, Jun 26, 2017 at 6:55 PM, Lehi Toskin <lehi.tos...@gmail.com> wrote:
> Yes, that is correct.
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Racket Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to racket-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to