[squeak-dev] ProjectSorterMorph addControls must be reverted

Marcel Taeumel marcel.taeumel at hpi.de
Wed Sep 18 11:19:06 UTC 2019


Hi Edgar,

thank you for the pointer. I just fixed this issue in MorphicExtras-mt.262.

Best,
Marcel
Am 18.09.2019 12:04:49 schrieb Edgar J. De Cleene <edgardec2005 at gmail.com>:
Go to Objects flap.
Go Multimedia
Select ThreadNavigator and move into World.
Click on orange circle for having the attached menu.

If You choose create thread of all projects you have a error.

newButton := ImageMorph new image: (self world project makeThumbnail
scaledToSize: 48 at 36).

Fails as self world is nil

The fix is revert to previous (2007) version
newButton := ImageMorph new image: (World project makeThumbnail
scaledToSize: 48 at 36).


Edgar
@morplenauta




-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20190918/290b8158/attachment.html>


More information about the Squeak-dev mailing list