[squeak-dev] How should one implement a custom window color for a custom window?

Stéphane Rollandin lecteur at zogotounga.net
Mon Sep 18 09:23:15 UTC 2017


> UserInterfaceTheme cleanUp: true.
> 
> or
> 
> Smalltalk cleanUp: true.


Hmm I did:

100 timesRepeat: [Morph new userInterfaceTheme yourself].
UserInterfaceTheme cleanUp: true.
Smalltalk cleanUp: true.
UserInterfaceTheme current explore

... the scope stack was still populated.


Stef


More information about the Squeak-dev mailing list