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

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

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

Name: Morphic-mt.765
Author: mt
Time: 27 February 2015, 11:49:50.36 am
UUID: 448910f8-5f74-3549-9403-acf6b6acd9a3
Ancestors: Morphic-mt.764

Recategorized #preferredCornerRadius into all affected preference categories.

=============== Diff against Morphic-mt.764 ===============

Item was changed:
  ----- Method: Morph class>>preferredCornerRadius (in category 'preferences') -----
  preferredCornerRadius
 
  <preference: 'Preferred Corner Radius'
+ categoryList: #(Morphic windows menus)
- category: 'Morphic'
  description: 'If a morph wants rounded corners, use this radius. May be overwritten in subclasses.'
  type: #Number>
  ^ PreferredCornerRadius ifNil: [6]!