The Inbox: Morphic-cmm.729.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Inbox: Morphic-cmm.729.mcz

commits-2
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!