wrong color accessings
authortz
Thu, 09 Apr 1998 15:19:05 +0200
changeset 852 89c5dd6f6809
parent 851 f7e436fe29ee
child 853 e7e1c2bbd6f1
wrong color accessings
UpDownButton.st
--- a/UpDownButton.st	Thu Apr 09 15:16:20 1998 +0200
+++ b/UpDownButton.st	Thu Apr 09 15:19:05 1998 +0200
@@ -122,7 +122,7 @@
 
 backgroundColor
 
-    ^upButton bgColor
+    ^upButton backgroundColor
 
 !
 
@@ -137,7 +137,7 @@
 
 foregroundColor
 
-    ^upButton fgColor
+    ^upButton foregroundColor
 
 !
 
@@ -241,5 +241,5 @@
 !UpDownButton class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/UpDownButton.st,v 1.7 1998-03-09 21:26:40 tz Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/UpDownButton.st,v 1.8 1998-04-09 13:19:05 tz Exp $'
 ! !