Levente Uzonyi uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-ul.1422.mcz==================== Summary ====================
Name: Morphic-ul.1422
Author: ul
Time: 30 April 2018, 1:54:21.620338 am
UUID: a07d49d4-9104-468e-b610-86f684c1ad0d
Ancestors: Morphic-kfr.1421
- reverted Morphic-tpr.1312's change of SimpleBorder >> #initialize
=============== Diff against Morphic-kfr.1421 ===============
Item was changed:
----- Method: SimpleBorder>>initialize (in category 'initialize-release') -----
initialize
width := 0.
+ baseColor := color := Color transparent!
-
- color := Color transparent!