[squeak-dev] The Trunk: Nebraska-mt.40.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Feb 26 17:21:37 UTC 2015


Marcel Taeumel uploaded a new version of Nebraska to project The Trunk:
http://source.squeak.org/trunk/Nebraska-mt.40.mcz

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

Name: Nebraska-mt.40
Author: mt
Time: 26 February 2015, 6:21:34.677 pm
UUID: 87029112-f31e-4d46-a380-9c0442f2bec7
Ancestors: Nebraska-bf.39

No CornerRounder anymore. Depended morphs have to round corners themselves. See Morphic-mt.760.

=============== Diff against Nebraska-bf.39 ===============

Item was removed:
- ----- Method: RemoteCanvas>>roundCornersOf:in:during: (in category 'drawing-general') -----
- roundCornersOf: aMorph in: bounds during: aBlock
- 
- 	self flag: #roundedRudeness.	
- 
- 	aMorph wantsRoundedCorners ifFalse:[^aBlock value].
- 	(self seesNothingOutside: (CornerRounder rectWithinCornersOf: bounds))
- 		ifTrue: ["Don't bother with corner logic if the region is inside them"
- 				^ aBlock value].
- 	CornerRounder roundCornersOf: aMorph on: self in: bounds
- 		displayBlock: aBlock
- 		borderWidth: aMorph borderWidthForRounding
- 		corners: aMorph roundedCorners!



More information about the Squeak-dev mailing list