Changeset - d3ed4ebf53a5
[Not reviewed]
default
0 1 0
drewp@bigasterisk.com - 16 years ago 2009-06-15 00:39:20
drewp@bigasterisk.com
curve: whitespace and header cleanups
1 file changed with 1 insertions and 3 deletions:
0 comments (0 inline, 0 general)
light9/curve.py
Show inline comments
 
@@ -5,14 +5,13 @@ import Tkinter as tk
 
try:
 
    from dispatch import dispatcher
 
except ImportError:
 
    import louie as dispatcher
 

	
 
import run_local
 
from light9 import Submaster, dmxclient, networking, cursors
 
from light9.TLUtility import make_attributes_from_args
 
from light9 import cursors
 
from light9.dmxchanedit import gradient
 
from light9.zoomcontrol import RegionZoom
 
from bcf2000 import BCF2000
 

	
 
class Curve:
 
    """curve does not know its name. see Curveset"""
 
@@ -719,13 +718,12 @@ class Curvesetview(tk.Frame):
 
        dispatcher.connect(focus_entry, "focus new curve", weak=False)
 
        
 
    def add_curve(self,name, slider=None, knobEnabled=False):
 
        f = tk.Frame(self,relief='raised',bd=1)
 
        f.pack(side='top',fill='both',exp=1)
 

	
 

	
 
        leftside = tk.Frame(f)
 
        leftside.pack(side='left')
 

	
 
        collapsed = tk.IntVar()
 
        txt = "curve '%s'" % name
 
        if len(name) > 7:
0 comments (0 inline, 0 general)