The Trunk: MorphicExtras-mt.177.mcz

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

The Trunk: MorphicExtras-mt.177.mcz

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

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

Name: MorphicExtras-mt.177
Author: mt
Time: 28 July 2016, 11:16:16.844276 am
UUID: d99cb4ca-a34d-8143-8035-b67fd586bc7f
Ancestors: MorphicExtras-topa.176

Uses pragma preference for rounded window corners.

=============== Diff against MorphicExtras-topa.176 ===============

Item was changed:
  ----- Method: EnvelopeEditorMorph>>wantsRoundedCorners (in category 'rounding') -----
  wantsRoundedCorners
+ ^ SystemWindow roundedWindowCorners or: [super wantsRoundedCorners]!
- ^ Preferences roundedWindowCorners or: [super wantsRoundedCorners]!