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

commits at source.squeak.org commits at source.squeak.org
Thu Mar 23 14:58:46 UTC 2023


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

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

Name: Morphic-mt.2099
Author: mt
Time: 23 March 2023, 3:58:43.217134 pm
UUID: 0061bad0-4d92-524f-8f4f-180061587fc3
Ancestors: Morphic-mt.2098

Fixes #dropShadow removal on image save.

=============== Diff against Morphic-mt.2098 ===============

Item was changed:
  ----- Method: MorphicProject class>>shutDown: (in category 'system startup') -----
  shutDown: quitting
  
  	Project current isMorphic ifTrue: [
+ 		SystemWindow allSubInstancesDo: [:w | w removeProperty: #dropShadow].
+ 		MenuMorph allSubInstancesDo: [:m | m removeProperty: #dropShadow]].!
- 		Project current world submorphsDo: [:ea |
- 			ea removeProperty: #dropShadow]].!



More information about the Squeak-dev mailing list