My guess would be that the problem lies with the pict-snip% class and how it implements the methods with the word "scroll" in their name.
Robby On Fri, Aug 11, 2017 at 7:58 AM, Laurent <[email protected]> wrote: > Hi all, > > After running the following program in DrRacket on Ubuntu I can't use the > scrollbar to see the text at the bottom (increase 1000 so that the text does > not appear on the first page of the interactions). > > #lang racket > (require slideshow) > > (vl-append (rectangle 10 1000) > (t "Can you see me?")) > > Anyone knows a simple way to solve this? > > Thanks! > Laurent > > -- > 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 [email protected]. > 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 [email protected]. For more options, visit https://groups.google.com/d/optout.

