clear screen before redraw (fix start->stop transition)

git-svn-id: svn+ssh://svn.marcochapeau.org/laditools/trunk@26 bfe161da-02ef-4cea-8c43-ae261ea21ac6
This commit is contained in:
nedko 2007-12-20 12:15:33 +00:00
parent 5c32f87931
commit 1a4e44b625
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ class jackctl_g15(jackctl):
self.g15 = g15composer(pipe_filename, False)
def update(self):
#self.g15.clear(False)
self.g15.clear(False)
try:
if not self.jack:
self.jack = jack_controller()