viewBackground setting fixed (I hope)
authorClaus Gittinger <cg@exept.de>
Mon, 23 Sep 2002 11:39:22 +0200
changeset 2619 17528929a111
parent 2618 bfea35a926eb
child 2620 e3da1ed31c63
viewBackground setting fixed (I hope)
ArrowButton.st
--- a/ArrowButton.st	Tue Sep 17 16:45:28 2002 +0200
+++ b/ArrowButton.st	Mon Sep 23 11:39:22 2002 +0200
@@ -855,6 +855,11 @@
 allViewBackground:something
     super viewBackground:something.
     bgColor := activeBgColor := enteredBgColor := something
+!
+
+viewBackground:something
+    super viewBackground:something.
+    bgColor := activeBgColor := enteredBgColor := something
 ! !
 
 !ArrowButton methodsFor:'focus handling'!
@@ -1039,5 +1044,5 @@
 !ArrowButton class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/ArrowButton.st,v 1.64 2002-09-06 20:52:44 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/ArrowButton.st,v 1.65 2002-09-23 09:39:22 cg Exp $'
 ! !