[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] Fix gdi leak (PR #658)

Nicolas Cellier notifications at github.com
Mon Nov 14 20:14:02 UTC 2022


I think that we can trigger the Bug by forcing usage of a CursorWithAlpha, maybe thru:

    Cursor useBiggerCursors: true.

or

    2000 timesRepeat:
        [CursorWithAlpha biggerNormal show.
        Project current world doOneCycle.
        20 milliSeconds wait].

(BTW, I hate milliSeconds and would prefer milliseconds as it is a single word)



-- 
Reply to this email directly or view it on GitHub:
https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/658#issuecomment-1314318966
You are receiving this because you are subscribed to this thread.

Message ID: <OpenSmalltalk/opensmalltalk-vm/pull/658/c1314318966 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20221114/a7236d4a/attachment-0001.html>


More information about the Vm-dev mailing list