Update channels.py

remove sync, its causing some type of drag delay on the sliders
This commit is contained in:
onyx-and-iris 2022-04-26 23:58:24 +01:00
parent 4859780a8a
commit 109eb54c2e

View File

@ -447,4 +447,3 @@ class ChannelFrame(ttk.Frame):
else:
self.columnconfigure(i, minsize=self.width)
labelframe.grid()
labelframe.sync()