Changeset - f734762c1d34
[Not reviewed]
default
0 1 0
drewp - 22 years ago 2002-07-07 15:18:45

fixed bug where leveldisplay would appear empty after refresh
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
light8/rsn.py
Show inline comments
 
@@ -74,6 +74,8 @@ class Lightboard:
 
        leveldisplay_tl.bind('<Escape>', sys.exit)
 

	
 
        self.leveldisplay = Leveldisplay(leveldisplay_tl, self.channel_levels)
 
        for i in range(0,len(self.channel_levels)):
 
            self.channel_levels[i].config(text=self.oldlevels[i])
 

	
 
        if DUMMY:
 
            filename = 'ConfigDummy.py'
0 comments (0 inline, 0 general)