The Trunk: Morphic-mt.911.mcz

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

The Trunk: Morphic-mt.911.mcz

commits-2
Marcel Taeumel uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-mt.911.mcz

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

Name: Morphic-mt.911
Author: mt
Time: 21 April 2015, 5:01:44.505 pm
UUID: d2ffed59-24dd-d347-9dc9-c374a205d98e
Ancestors: Morphic-mt.910

Move check for big displays from SystemWindow to RealEstateManager.

=============== Diff against Morphic-mt.910 ===============

Item was changed:
  ----- Method: SystemWindow>>initialExtent (in category 'open/close') -----
  initialExtent
+ "Ask the model for it's initial extent."
+
+ ^ model initialExtent!
- ^ Preferences bigDisplay
- ifTrue: [(model initialExtent * 1.75) rounded]
- ifFalse: [model initialExtent]!