mirror of
https://github.com/onyx-and-iris/voicemeeter-compact.git
synced 2026-04-18 05:23:31 +00:00
Update channels.py
remove sync, its causing some type of drag delay on the sliders
This commit is contained in:
@@ -447,4 +447,3 @@ class ChannelFrame(ttk.Frame):
|
|||||||
else:
|
else:
|
||||||
self.columnconfigure(i, minsize=self.width)
|
self.columnconfigure(i, minsize=self.width)
|
||||||
labelframe.grid()
|
labelframe.grid()
|
||||||
labelframe.sync()
|
|
||||||
|
|||||||
Reference in New Issue
Block a user