squeak-smalltalk / squeak-object-memory

Issues and assets related to the Squeak object memory.
https://bugs.squeak.org
MIT License
12 stars 1 forks source link

Squeak 6.0 alpha "Set Etoys Mode" failed with "MNU: False>>owner" #12

Closed dram closed 2 years ago

dram commented 2 years ago

When trying to enable "Extras > Themes & Colors > Set Etoys Mode" from menu bar, Squeak failed with following error:

image

Squeak version: Squeak6.0alpha-21659-64bit-202204190959-Windows-x64

dram commented 2 years ago

The problem is caused by "Morphic-ct.1905": http://lists.squeakfoundation.org/pipermail/squeak-dev/2022-February/219248.html

In that patch, return value of Morph>>setProperty:toValue: is changed, which will cause return value of SuguarNavigatorBar>>inARow: to be false.

dram commented 2 years ago

Submit a patch to The Inbox https://lists.squeakfoundation.org/pipermail/squeak-dev/2022-May/220232.html

marceltaeumel commented 2 years ago

Merged. Thanks!