[Pkg] The Trunk: Morphic-mt.909.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Apr 21 08:44:01 UTC 2015


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

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

Name: Morphic-mt.909
Author: mt
Time: 21 April 2015, 10:43:29.822 am
UUID: 16bc9d74-68a5-544f-b334-eeb834b93dec
Ancestors: Morphic-kfr.908

Removed general drawing calls back to original canvas in color-mapping canvas because color mappings will have no effect at all otherwise.

(This bug was introduced by me some weeks ago. Sorry.)

=============== Diff against Morphic-kfr.908 ===============

Item was removed:
- ----- Method: ColorMappingCanvas>>draw: (in category 'drawing-general') -----
- draw: anObject
- 	^ myCanvas draw: anObject!

Item was removed:
- ----- Method: ColorMappingCanvas>>drawMorph: (in category 'drawing-general') -----
- drawMorph: anObject
- 	^ myCanvas drawMorph: anObject!

Item was removed:
- ----- Method: ColorMappingCanvas>>fullDraw: (in category 'drawing-general') -----
- fullDraw: anObject
- 	^ myCanvas fullDraw: anObject!

Item was removed:
- ----- Method: ColorMappingCanvas>>fullDrawMorph: (in category 'drawing-general') -----
- fullDrawMorph: anObject
- 	^ myCanvas fullDrawMorph: anObject!



More information about the Packages mailing list