April 25, 2012
9:42 a.m.
Gary I was wondering if a part of this method could be used in ExpanderTitleMorph>>initialize ? ExpanderMorph>>defaultTitleMorph "Answer a default title morph for the receiver." ^ExpanderTitleMorph basicNew basicTheme: self theme; initialize; hResizing: #spaceFill; vResizing: #shrinkWrap; basicTheme: nil On Apr 24, 2012, at 5:21 PM, Gary Chambers wrote:
Finally found the time to package out. Have tested a bit after fixing some conflicts. A few minor ones left for DropListMorph as it seems the wrapSelector stuff has changed (and appears broken in 2.0 too).
Attached cs and description of changes
Regards, Gary <Pharo2.0Changes.4.cs><PharoPolymorphChanges.txt>