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

Chris Muller asqueaker at gmail.com
Thu Apr 2 15:12:09 UTC 2015


Thank you!

On Thu, Apr 2, 2015 at 2:29 AM,  <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.808.mcz
>
> ==================== Summary ====================
>
> Name: Morphic-mt.808
> Author: mt
> Time: 2 April 2015, 9:29:45.666 am
> UUID: c0476a80-1468-aa46-bd81-9cbfd132266e
> Ancestors: Morphic-mt.807
>
> Text fields only show balloon if it has no text. The balloon text will be rendered in that case.
>
> =============== Diff against Morphic-mt.807 ===============
>
> Item was changed:
> + ----- Method: PluggableTextMorph>>wantsBalloon (in category 'halos and balloon help') -----
> - ----- Method: PluggableTextMorph>>wantsBalloon (in category 'as yet unclassified') -----
>   wantsBalloon
>
>         ^ self textMorph contents notEmpty and: [super wantsBalloon]!
>
>


More information about the Squeak-dev mailing list