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
 
@@ -627,13 +627,13 @@ class CueEditron(Tk.Frame):
 
        self.enable_callbacks = 1
 

	
 
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)
 
    fader.pack(fill='both', expand=1)
 
    try:
 
        Tk.mainloop()
0 comments (0 inline, 0 general)