[plt-scheme] double on-paint
Hi there,
On Windows XP, with DrScheme v360, the following code:
(define f (new frame% (label "Hello")))
(define c (new canvas% (parent f)
(paint-callback (lambda _ (printf "painting~n")))))
(send f show #t)
Will print "painting" twice, with a noticeable delay between the two
messages, every time the frame is resized. That's not right is it?
-pp
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20061207/381ecf79/attachment.html>