[squeak-dev] Squeak 6.0: Morphic-mt.2021.mcz

commits at source.squeak.org commits at source.squeak.org
Fri Oct 14 08:44:21 UTC 2022


Marcel Taeumel uploaded a new version of Morphic to project Squeak 6.0:
http://source.squeak.org/squeak60/Morphic-mt.2021.mcz

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

Name: Morphic-mt.2021
Author: mt
Time: 14 October 2022, 10:44:18.816616 am
UUID: bcd4452e-210a-cb4f-993c-f3d3e41c795d
Ancestors: Morphic-mt.2020

Fixes issue with full-bounds halo and drop events.

=============== Diff against Morphic-mt.2020 ===============

Item was changed:
  ----- Method: SimpleHaloMorph>>updateEnclosesFullBounds: (in category 'updating') -----
  updateEnclosesFullBounds: anEvent
  
+ 	self enclosesFullBounds: (Preferences haloEnclosesFullBounds
+ 		xor: [anEvent isDropEvent not and: [anEvent controlKeyPressed]]).!
- 	self enclosesFullBounds: (Preferences haloEnclosesFullBounds xor: anEvent controlKeyPressed).!



More information about the Squeak-dev mailing list