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

commits at source.squeak.org commits at source.squeak.org
Thu Apr 7 21:20:01 UTC 2022


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

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

Name: Morphic-ct.1966
Author: ct
Time: 7 April 2022, 11:19:54.579279 pm
UUID: 7dbf0d0b-ec9e-7344-8777-58044c482ae3
Ancestors: Morphic-mt.1965

Fixes regression from Morphic-ct.1961. UserDialogBoxMorph now has the right keyboard focus, again. :-)

=============== Diff against Morphic-mt.1965 ===============

Item was changed:
  ----- Method: DialogWindow>>defaultFocusMorph (in category 'accessing') -----
  defaultFocusMorph
  
  	(preferredPosition isMorph and: [preferredPosition wantsKeyboardFocus]) ifTrue: [^ preferredPosition].
  	
+ 	^ self!
- 	^ nil!



More information about the Squeak-dev mailing list