update timing adjusted

deregister as observer moved into teardown functions.

check index against num_strip, num_bus in level updates

patch bump
This commit is contained in:
onyx-and-iris
2022-07-07 01:22:57 +01:00
parent 8790e24ff3
commit 4118002b0a
6 changed files with 56 additions and 71 deletions

View File

@@ -71,7 +71,7 @@ class Config(ttk.Frame):
def on_update(self, subject):
"""update parameters"""
if subject == "pdirty":
self.after(_base_values.pdelay, self.sync)
self.sync()
class StripConfig(Config):