Marcel Taeumel uploaded a new version of EToys to project The Trunk:
http://source.squeak.org/trunk/EToys-mt.443.mcz==================== Summary ====================
Name: EToys-mt.443
Author: mt
Time: 29 April 2021, 10:33:50.941891 am
UUID: f09386ec-8bb6-4f4b-b3f7-72760b3f6e78
Ancestors: EToys-mt.442
Complements Morphic-mt.1764
=============== Diff against EToys-mt.442 ===============
Item was removed:
- ----- Method: Morph>>isButton (in category '*Etoys-Squeakland-testing') -----
- isButton
-
- ^ false!
Item was removed:
- ----- Method: SimpleButtonMorph>>isButton (in category '*Etoys-Squeakland-testing') -----
- isButton
-
- ^ true!
Item was removed:
- ----- Method: ThreePhaseButtonMorph>>isButton (in category '*Etoys-Squeakland-testing') -----
- isButton
-
- ^ true.
- !