[squeak-dev] ProjectSorterMorph addControls must be reverted

Edgar J. De Cleene edgardec2005 at gmail.com
Wed Sep 18 10:04:26 UTC 2019


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 --------------
A non-text attachment was scrubbed...
Name: Screen Shot 2019-09-18 at 06.56.30.jpg
Type: image/jpeg
Size: 57112 bytes
Desc: not available
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20190918/a8bfa59d/attachment.jpg>


More information about the Squeak-dev mailing list