[squeak-dev] The Inbox: Morphic-cmm.729.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Jun 30 17:38:59 UTC 2014


Chris Muller uploaded a new version of Morphic to project The Inbox:
http://source.squeak.org/inbox/Morphic-cmm.729.mcz

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

Name: Morphic-cmm.729
Author: cmm
Time: 30 June 2014, 12:37:52.654 pm
UUID: fd72f09d-5019-41d5-93bd-95cdfc9ac9c9
Ancestors: Morphic-cmm.728

- The other window opening code.

=============== Diff against Morphic-cmm.728 ===============

Item was changed:
  ----- Method: SystemWindow>>openInWorld: (in category 'open/close') -----
  openInWorld: aWorld
  	"This msg and its callees result in the window being activeOnlyOnTop"
  	self anyOpenWindowLikeMe
  		ifEmpty: 
  			[ self 
  				bounds: (RealEstateAgent initialFrameFor: self world: aWorld) ;
  				openAsIsIn: aWorld ]
  		ifNotEmptyDo:
  			[ : windows | 
  			windows anyOne
  				expand ;
  				activate ; 
+ 				postAcceptBrowseFor: self ;
+ 				flash ].
- 				postAcceptBrowseFor: self ].
  	self activeHand releaseAllFoci!



More information about the Squeak-dev mailing list