Changeset - 86801c24a3ec
[Not reviewed]
default
0 1 0
drewp@bigasterisk.com - 15 years ago 2010-06-19 22:32:49
drewp@bigasterisk.com
attempt to reread colors upon KC refresh
Ignore-this: 89de12bcf63a6933d455ace274486656
1 file changed with 2 insertions and 1 deletions:
0 comments (0 inline, 0 general)
bin/keyboardcomposer
Show inline comments
 
@@ -350,13 +350,14 @@ class KeyboardComposer(Frame, SubClient)
 
        if time.time() <= self.stop_frequent_update_time:
 
            self.send_levels()
 
            self.after(10, self.send_frequent_updates)
 

	
 
    def refresh(self):
 
        self.save()
 
        self.submasters = Submasters(self.graph)
 
        graph = showconfig.getGraph()
 
        self.submasters = Submasters(graph)
 
        self.current_sub_levels, self.current_row = \
 
            pickle.load(file('.keyboardcomposer.savedlevels'))
 
        for r in self.rows:
 
            r.destroy()
 
        self.keyhints.destroy()
 
        self.buttonframe.destroy()
0 comments (0 inline, 0 general)