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

commits at source.squeak.org commits at source.squeak.org
Thu Apr 2 07:30:25 UTC 2015


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