Changeset - 53da47fd5a90
[Not reviewed]
default
0 1 0
Drew Perttula - 13 years ago 2012-06-15 02:18:43
drewp@bigasterisk.com
KC doesn't crash when you're testing a show with no subs
Ignore-this: ba2d8218a20140f563d831a44407a252
1 file changed with 3 insertions and 2 deletions:
0 comments (0 inline, 0 general)
bin/keyboardcomposer
Show inline comments
 
@@ -108,8 +108,9 @@ class KeyboardComposer(Frame, SubClient)
 

	
 
        self.make_key_hints()
 
        self.draw_sliders()
 
        self.change_row(self.current_row)
 
        self.rows[self.current_row].focus()
 
        if len(self.rows):
 
            self.change_row(self.current_row)
 
            self.rows[self.current_row].focus()
 

	
 
        self.buttonframe = Frame(self, bg='black')
 
        self.buttonframe.pack(side=BOTTOM)
0 comments (0 inline, 0 general)