The Trunk: Morphic-ul.1481.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: Morphic-ul.1481.mcz

commits-2
Levente Uzonyi uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-ul.1481.mcz

==================== Summary ====================

Name: Morphic-ul.1481
Author: ul
Time: 1 March 2019, 1:34:33.586432 pm
UUID: c27d3a9d-67f6-4f2c-8b2e-0ab9e944c642
Ancestors: Morphic-kfr.1480

- cleaned up preamble and postscript

=============== Diff against Morphic-kfr.1480 ===============

Item was removed:
- (PackageInfo named: 'Morphic') preamble: '"Disable deprecation warnings to avoid hick-ups."
- Deprecation showDeprecationWarnings: false.
-
- TheWorldMainDockingBar updateInstances'!

Item was changed:
+ (PackageInfo named: 'Morphic') postscript: 'TheWorldMainDockingBar updateInstances'!
- (PackageInfo named: 'Morphic') postscript: '"Migrate all open resizers."
- AbstractResizerMorph allSubInstancesDo: [:ea |
- ea handleColor isColor ifFalse: [ea handleColor: nil].
- ea removeAllMorphs].
-
- "Re-enable deprecation warnings in Trunk."
- Deprecation showDeprecationWarnings: true.
-
- TheWorldMainDockingBar updateInstances'!