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

commits at source.squeak.org commits at source.squeak.org
Fri Oct 14 08:45:57 UTC 2022


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

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

Name: Morphic-mt.2049
Author: mt
Time: 14 October 2022, 10:45:54.28209 am
UUID: 1b36eb2c-8669-0a46-96ea-f979d47332f7
Ancestors: Morphic-ct.2048

Fixes issue with full-bounds halo and drop events.

(Already backported to Squeak 6.0)

=============== Diff against Morphic-ct.2048 ===============

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