Mercurial > code > home > repos > light9
changeset 1265:50f8a1a7d5cd
KC don't rebuild your tree so many times
Ignore-this: ea3291d68a349704e746d01e1fdd449d
author | drewp@bigasterisk.com |
---|---|
date | Sun, 14 Jun 2015 03:19:48 +0000 |
parents | 74de46bdac56 |
children | 1b6583740f76 |
files | bin/keyboardcomposer |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/bin/keyboardcomposer Sun Jun 14 03:19:27 2015 +0000 +++ b/bin/keyboardcomposer Sun Jun 14 03:19:48 2015 +0000 @@ -193,7 +193,7 @@ self.sub_name.pack(side=LEFT) def redraw_sliders(self): - self.graph.addHandler(self.draw_sliders) + self.draw_sliders() if len(self.rows): self.change_row(self.current_row) self.rows[self.current_row].focus()