[Pkg] The Trunk: Morphic-kfr.907.mcz

commits at source.squeak.org commits at source.squeak.org
Sun Apr 19 14:28:30 UTC 2015


Karl Ramberg uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-kfr.907.mcz

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

Name: Morphic-kfr.907
Author: kfr
Time: 19 April 2015, 4:27:29.63 pm
UUID: 24776c78-58bc-9143-b5d1-030837025875
Ancestors: Morphic-mt.906

Fix for SketchMorph menu entries

=============== Diff against Morphic-mt.906 ===============

Item was changed:
  ----- Method: SketchMorph>>blur (in category 'menu') -----
  blur
  
+ 	Cursor wait showWhile:[^(SketchMorph withForm: (self form approxGaussianBlur))  openInHand]!
- 	self form approxGaussianBlur asMorph openInHand!

Item was changed:
  ----- Method: SketchMorph>>edgeDetect (in category 'menu') -----
  edgeDetect
+ 	
+ 	Cursor wait showWhile:[^(SketchMorph withForm: (self form edgeDetect))  openInHand]
+ 	!
- 
- 	self form edgeDetect asMorph openInHand!

Item was changed:
  ----- Method: SketchMorph>>emboss (in category 'menu') -----
  emboss
+  	
+ 	Cursor wait showWhile:[^(SketchMorph withForm: (self form emboss))  openInHand]
+ 	!
- 
- 	self form emboss asMorph openInHand!

Item was changed:
  ----- Method: SketchMorph>>sharpen (in category 'menu') -----
  sharpen
  
+ 	Cursor wait showWhile:[^(SketchMorph withForm: (self form sharpen))  openInHand]
+ 	!
- 	self form sharpen asMorph openInHand!



More information about the Packages mailing list