The Trunk: Morphic-mt.1201.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.1201.mcz

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

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

Name: Morphic-mt.1201
Author: mt
Time: 28 July 2016, 11:24:07.846886 am
UUID: aff57b94-6551-be4d-bbfa-7b8ad3f0e3e8
Ancestors: Morphic-mt.1200

Restore functionality for rounded window corners, how that the preference is pragma-style.

=============== Diff against Morphic-mt.1200 ===============

Item was changed:
  ----- Method: SystemWindow>>wantsRoundedCorners (in category 'drawing') -----
  wantsRoundedCorners
+ ^ self class roundedWindowCorners or: [super wantsRoundedCorners]!
- ^ false "Temporarily."!