Changeset - 7ecde61ebff1
[Not reviewed]
default
0 1 0
drewp@bigasterisk.com - 15 years ago 2010-06-19 23:17:47
drewp@bigasterisk.com
fix SC loading
Ignore-this: 8131e2e09b1561ad042f82d81a5ccfc9
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
bin/subcomposer
Show inline comments
 
@@ -11,7 +11,7 @@ except ImportError:
 

	
 
import run_local
 
from light9.dmxchanedit import Levelbox
 
from light9 import dmxclient, Patch, Submaster
 
from light9 import dmxclient, Patch, Submaster, showconfig
 
from light9.uihelpers import toplevelat
 

	
 
class Subcomposer(tk.Frame):
 
@@ -86,7 +86,7 @@ class Subcomposer(tk.Frame):
 
        s.save()
 
    def loadsub(self, subname):
 
        """puts a sub into the levels, replacing old level values"""
 
        s=Submaster.Submasters().get_sub_by_name(subname)
 
        s=Submaster.Submasters(showconfig.getGraph()).get_sub_by_name(subname)
 
        self.set_levels(s.get_dmx_list())
 
        dispatcher.send("levelchanged")
 
    def sendupdate(self):
0 comments (0 inline, 0 general)