The Trunk: Morphic-mt.808.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: Morphic-mt.808.mcz

commits-2
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]!


Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: Morphic-mt.808.mcz

Chris Muller-3
Thank you!

On Thu, Apr 2, 2015 at 2:29 AM,  <[hidden email]> 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]!
>
>