Mercurial > code > home > repos > light9
changeset 572:86801c24a3ec
attempt to reread colors upon KC refresh
Ignore-this: 89de12bcf63a6933d455ace274486656
author | drewp@bigasterisk.com |
---|---|
date | Sat, 19 Jun 2010 22:32:49 +0000 |
parents | eb6f7a28034b |
children | b224249fcb2f |
files | bin/keyboardcomposer |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/bin/keyboardcomposer Sat Jun 19 22:28:02 2010 +0000 +++ b/bin/keyboardcomposer Sat Jun 19 22:32:49 2010 +0000 @@ -353,7 +353,8 @@ 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: