I am trying to put a wallpaper on my Pharo via
|img canvas imgMorph|
img := PNGReadWriter formFromFileNamed: 'wallpaper.png'.
World color: (InfiniteForm with: img).
But the Pharo lighthouse clashes with the wallpaper.
Is there a way to remove the lighthouse/readd the lighthouse?
--
View this message in context: http://forum.world.st/How-can-I-remove-the-lighthouse-from- Pharo-window-tp4917807.html
Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.