[squeak-dev] The Trunk: Morphic-ct.1793.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Jan 11 12:54:03 UTC 2023


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

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

Name: Morphic-ct.1793
Author: ct
Time: 2 November 2021, 2:13:50.787566 pm
UUID: 7a1dd790-4559-fd46-808a-307e588d6f71
Ancestors: Morphic-mt.1785

Resolves two sends to deprecated messages.

=============== Diff against Morphic-mt.1785 ===============

Item was changed:
  ----- Method: MenuMorph>>balloonTextForLastItem: (in category 'construction') -----
  balloonTextForLastItem: balloonText
+ 	submorphs last balloonText: balloonText!
- 	submorphs last setBalloonText: balloonText!

Item was changed:
  ----- Method: SystemWindow>>closeBoxHit (in category 'open/close') -----
  closeBoxHit
  	"The user clicked on the close-box control in the window title.  For Mac users only, the Mac convention of option-click-on-close-box is obeyed if the mac option key is down."
  
  	Preferences dismissAllOnOptionClose ifTrue:
+ 		[self currentEvent optionKeyPressed ifTrue:
- 		[Sensor rawMacOptionKeyPressed ifTrue:
  			[^ self world closeUnchangedWindows]].
  	self delete
  !



More information about the Squeak-dev mailing list