From 109eb54c2e5ef8d98f38cde512f301971fde74e1 Mon Sep 17 00:00:00 2001 From: onyx-and-iris <75868496+onyx-and-iris@users.noreply.github.com> Date: Tue, 26 Apr 2022 23:58:24 +0100 Subject: [PATCH] Update channels.py remove sync, its causing some type of drag delay on the sliders --- vmcompact/channels.py | 1 - 1 file changed, 1 deletion(-) diff --git a/vmcompact/channels.py b/vmcompact/channels.py index cdf87d2..7b787f1 100644 --- a/vmcompact/channels.py +++ b/vmcompact/channels.py @@ -447,4 +447,3 @@ class ChannelFrame(ttk.Frame): else: self.columnconfigure(i, minsize=self.width) labelframe.grid() - labelframe.sync()