Karl Ramberg uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-kfr.980.mcz==================== Summary ====================
Name: Morphic-kfr.980
Author: kfr
Time: 12 May 2015, 1:19:10.645 pm
UUID: c692ab81-8c12-484f-bf45-3ab75e0ebb1f
Ancestors: Morphic-cmm.979
BorderStyle width should not return nil
=============== Diff against Morphic-cmm.979 ===============
Item was changed:
----- Method: SimpleBorder>>width (in category 'accessing') -----
width
+ ^width ifNil:[0]!
- ^width!