Marcel Taeumel uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-mt.1088.mcz ==================== Summary ==================== Name: Morphic-mt.1088 Author: mt Time: 18 February 2016, 7:13:59.582063 pm UUID: 740f191b-f478-4f48-875c-a4366c065fad Ancestors: Morphic-kfr.1087 Fixes small copy/paste mistake in #notExpandedForm. =============== Diff against Morphic-kfr.1087 =============== Item was changed: ----- Method: SimpleHierarchicalListMorph class>>notExpandedForm (in category 'instance creation') ----- notExpandedForm notExpandedForm ifNotNil: [notExpandedForm depth ~= Display depth ifTrue: [notExpandedForm := nil]]. ^ notExpandedForm ifNil: [notExpandedForm := ((Form extent: 10 @ 9 depth: 8 fromArray: #(4294967041 4294967295 4294901760 4294967041 33554431 4294901760 4294967041 1224867839 4294901760 4294967041 1229521407 4294901760 4294967041 1229539585 4294901760 4294967041 1229521407 4294901760 4294967041 1224867839 4294901760 4294967041 33554431 4294901760 4294967041 4294967295 4294901760 ) offset: 0 @ 0) + asFormOfDepth: Display depth) + replaceColor: Color white withColor: Color transparent; + yourself]! - asFormOfDepth: Display depth) notExpandedForm replaceColor: Color white withColor: Color transparent; - yourself]! |
Ugh, thanks Best, Karl On Thu, Feb 18, 2016 at 7:14 PM, <[hidden email]> wrote: Marcel Taeumel uploaded a new version of Morphic to project The Trunk: |
Free forum by Nabble | Edit this page |