diff Widgets/FlyingFader.py @ 27:bee0862f4436

Construction colors
author dmcc
date Sun, 07 Jul 2002 08:36:21 +0000
parents f0e1dde35aec
children c79d4df9d982
line wrap: on
line diff
--- a/Widgets/FlyingFader.py	Sun Jul 07 08:33:52 2002 +0000
+++ b/Widgets/FlyingFader.py	Sun Jul 07 08:36:21 2002 +0000
@@ -132,9 +132,11 @@
         
         # blink the trough while the thing's moving
         if time()%.4>.2:
-            self.scale.config(troughcolor=self.oldtrough)
+            # self.scale.config(troughcolor=self.oldtrough)
+            self.scale.config(troughcolor='orange')
         else:
-            self.scale.config(troughcolor='white')
+            # self.scale.config(troughcolor='white')
+            self.scale.config(troughcolor='yellow')
 
 #        colorfade(self.scale, percent)
         self.after(30, self.gofade)