[Pkg] The Trunk: Morphic-ul.1103.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Apr 7 20:39:12 UTC 2016


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

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

Name: Morphic-ul.1103
Author: ul
Time: 7 April 2016, 9:23:45.114299 pm
UUID: ef807f4c-d5f0-4cb0-805b-1cbea949be81
Ancestors: Morphic-ul.1102

- migrate SimpleBorder instances both in preamble and postscript

=============== Diff against Morphic-ul.1102 ===============

Item was changed:
+ (PackageInfo named: 'Morphic') preamble: 'SimpleBorder allSubInstancesDo: [ :each |
+ 	(each instVarNamed: #width) ifNil: [ each instVarNamed: #width put: 0 ].
+ 	(each instVarNamed: #color) ifNil: [ each instVarNamed: #color put: Color transparent ].
+ 	(each instVarNamed: #baseColor) ifNil: [ each instVarNamed: #baseColor put: Color transparent ] ].'!
- (PackageInfo named: 'Morphic') preamble: 'TheWorldMainDockingBar setTimeStamp'!

Item was changed:
+ (PackageInfo named: 'Morphic') postscript: 'SimpleBorder allSubInstancesDo: [ :each |
+ 	(each instVarNamed: #width) ifNil: [ each instVarNamed: #width put: 0 ].
+ 	(each instVarNamed: #color) ifNil: [ each instVarNamed: #color put: Color transparent ].
+ 	(each instVarNamed: #baseColor) ifNil: [ each instVarNamed: #baseColor put: Color transparent ] ].'!
- (PackageInfo named: 'Morphic') postscript: 'Editor initialize.
- 
- SystemWindow allSubInstancesDo: [:ea |
-         ea paneMorphs do: #comeToFront.
-         ea labelArea comeToFront]. 
- 
- HandMorph allInstancesDo: [:hand |
- 	hand removeProperty: #balloonHelpMorph].'!



More information about the Packages mailing list