Mercurial > code > home > repos > light9
diff flax/CueFaders.py @ 181:ccd635df77a9
- commit latest cue and sub changes
- commit latest cue and sub changes
- CueFaders: show sub levels everywhere, update TODO section
author | dmcc |
---|---|
date | Fri, 11 Jul 2003 16:04:13 +0000 |
parents | ce362534d133 |
children | 74a34c677588 |
line wrap: on
line diff
--- a/flax/CueFaders.py Thu Jul 10 15:38:41 2003 +0000 +++ b/flax/CueFaders.py Fri Jul 11 16:04:13 2003 +0000 @@ -13,9 +13,9 @@ } # TODO -# .... pause fades, set new time to be remaining about of time in the fade so +# FIXE pause fades, set new time to be remaining about of time in the fade so # fade can continue properly -# FIX? make fades work properly: the set_next / prev bug +# FIXE make fades work properly: the set_next / prev bug # WONT find cue by page ("not necessawy!") # WONT CueFader controls KeyboardController? unlikely @@ -506,7 +506,7 @@ index = int(index) self.editor.set_cue_to_edit(self.cues[index]) - self.columns = ('name', 'time', 'page', 'cuenum', 'desc') + self.columns = ('name', 'time', 'page', 'cuenum', 'desc', 'sub_levels') self.scrolled_hlist = Tk.ScrolledHList(self, options='hlist.columns %d hlist.header 1' % len(self.columns)) self.hlist = self.scrolled_hlist.hlist