now using event toggles when dragging sliders

patch bump
This commit is contained in:
onyx-and-iris
2022-09-16 09:44:47 +01:00
parent d08299a88d
commit 2c290e2632
9 changed files with 78 additions and 22 deletions

View File

@@ -41,6 +41,9 @@ class MainFrameBuilder(AbstractBuilder):
sv_ttk.set_theme(_configuration.theme_mode)
print(f"Sunvalley {sv_ttk.get_theme().capitalize()} Theme applied")
self.app.target.event.remove("mdirty")
self.app.target.event.remove("midi")
def create_channelframe(self, type_):
if type_ == "strip":
self.app.strip_frame = _make_channelframe(self.app, type_)