[squeak-dev] The Trunk: MorphicExtras-ct.335.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Oct 10 12:51:38 UTC 2022


Christoph Thiede uploaded a new version of MorphicExtras to project The Trunk:
http://source.squeak.org/trunk/MorphicExtras-ct.335.mcz

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

Name: MorphicExtras-ct.335
Author: ct
Time: 10 October 2022, 2:51:35.932054 pm
UUID: 6a9a3e42-5303-7046-aaec-3e51bfe9cc77
Ancestors: MorphicExtras-ct.334

Makes MagnifierMorph high-dpi-sensitive

=============== Diff against MorphicExtras-ct.334 ===============

Item was changed:
  ----- Method: MagnifierMorph>>initialize (in category 'initialization') -----
  initialize
  	"initialize the state of the receiver"
  	super initialize.
  
  	trackPointer := true.
  	showPointer := false.
  	magnification := 2.
  
+ 	self extent: 128 px @ 128 px.!
- 	self extent: 128 @ 128!



More information about the Squeak-dev mailing list