[squeak-dev] The Trunk: Morphic-mt.1088.mcz

karl ramberg karlramberg at gmail.com
Thu Feb 18 18:17:14 UTC 2016


Ugh, thanks

Best,
Karl

On Thu, Feb 18, 2016 at 7:14 PM, <commits at source.squeak.org> wrote:

> 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]!
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20160218/06c1b959/attachment.htm


More information about the Squeak-dev mailing list