UpDownButton.st
changeset 2659 3af857eb52fb
parent 2212 db7871a125b7
child 2767 42ea3925fe0e
--- a/UpDownButton.st	Thu Feb 26 12:30:08 2004 +0100
+++ b/UpDownButton.st	Thu Feb 26 13:19:47 2004 +0100
@@ -202,9 +202,7 @@
     aColor ~~ upButton backgroundColor ifTrue:[
         upButton backgroundColor:aColor.
         downButton backgroundColor:aColor.
-        shown ifTrue:[
-            self invalidateRepairNow:true
-        ]
+        self invalidateRepairNow:true
     ]
 
     "Modified: / 6.6.1998 / 19:53:50 / cg"
@@ -223,9 +221,7 @@
     aColor ~~ upButton foregroundColor ifTrue:[
         upButton foregroundColor:aColor.
         downButton foregroundColor:aColor.
-        shown ifTrue:[
-            self invalidateRepairNow:true
-        ]
+        self invalidateRepairNow:true
     ]
 
     "Modified: / 6.6.1998 / 19:53:44 / cg"
@@ -408,5 +404,5 @@
 !UpDownButton class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/UpDownButton.st,v 1.20 2002-09-23 09:40:07 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/UpDownButton.st,v 1.21 2004-02-26 12:17:47 cg Exp $'
 ! !