Changeset - ba83a312d8b1
[Not reviewed]
default
0 1 0
dmcc - 21 years ago 2003-07-09 05:50:14

use the new dolly cuelist
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
flax/CueFaders.py
Show inline comments
 
@@ -630,7 +630,7 @@ if __name__ == "__main__":
 
    root = Tk.Tk()
 
    root.title("ShowMaster 9000")
 
    root.geometry("500x555")
 
    cl = TkCueList(root, 'cues/cuelist1')
 
    cl = TkCueList(root, 'cues/dolly')
 
    cl.pack(fill='both', expand=1)
 

	
 
    fader = CueFader(root, cl)
0 comments (0 inline, 0 general)