#REFACTORING
authorClaus Gittinger <cg@exept.de>
Mon, 05 Oct 2015 10:53:23 +0200
changeset 5452 83b9d2b7ffff
parent 5451 de512bcff4de
child 5453 b1f4397e4bde
#REFACTORING class: Button changed: #drawWith:and:
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.
             ].
         ].