# HG changeset patch # User Claus Gittinger # Date 1444035203 -7200 # Node ID 83b9d2b7ffffaaba37f3dc4193ec5aa26e82c9fa # Parent de512bcff4de86fd2bbbd61d66cd419c38c6b51a #REFACTORING class: Button changed: #drawWith:and: diff -r de512bcff4de -r 83b9d2b7ffff Button.st --- a/Button.st Mon Oct 05 10:53:00 2015 +0200 +++ b/Button.st Mon Oct 05 10:53:23 2015 +0200 @@ -2194,7 +2194,7 @@ (c1 notNil and:[c2 notNil]) ifTrue:[ border backgroundColor1:c1. border backgroundColor2:c2. - border viewBackgroundColor:viewBackground. + "/ border viewBackgroundColor:viewBackground. border color:bc. (GradientBackground new direction:#northSouth; @@ -2207,7 +2207,7 @@ c1 := c2 := bg. border backgroundColor1:c1. border backgroundColor2:c2. - border viewBackgroundColor:viewBackground. + "/ border viewBackgroundColor:viewBackground. border color:bc. ]. ].