The Trunk: MorphicTests-mt.39.mcz

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

The Trunk: MorphicTests-mt.39.mcz

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

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

Name: MorphicTests-mt.39
Author: mt
Time: 17 August 2016, 4:46:50.851674 pm
UUID: a8697c66-a205-3b41-9b29-7447949779c3
Ancestors: MorphicTests-mt.38

Fixes a Morphic button test wrt. global gradients preference.

=============== Diff against MorphicTests-mt.38 ===============

Item was added:
+ ----- Method: MorphicToolBuilderTests>>makeButton (in category 'tests-button') -----
+ makeButton
+ super makeButton.
+ widget wantsGradient: false.
+ ^ widget!