The Trunk: ToolBuilder-Morphic-mt.146.mcz

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

The Trunk: ToolBuilder-Morphic-mt.146.mcz

commits-2
Marcel Taeumel uploaded a new version of ToolBuilder-Morphic to project The Trunk:
http://source.squeak.org/trunk/ToolBuilder-Morphic-mt.146.mcz

==================== Summary ====================

Name: ToolBuilder-Morphic-mt.146
Author: mt
Time: 5 May 2015, 2:47:21.358 pm
UUID: 43c4e6d4-a91f-b54a-bf6f-650cd06642ec
Ancestors: ToolBuilder-Morphic-mt.145

Spelling improved for last commit about re-styling in text morphs.

=============== Diff against ToolBuilder-Morphic-mt.145 ===============

Item was changed:
  ----- Method: PluggableTextMorphPlus>>update: (in category 'updating') -----
  update: what
  what ifNil:[^self].
  what == getColorSelector ifTrue:[self color: (model perform: getColorSelector)].
+ what == #style ifTrue: [self updateStyle].
- what == #styleChanged ifTrue: [self updateStyle].
 
  ^super update: what!