From 4859780a8a61a87e7afc8d06aecf2d547b7c63a9 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:36:57 +0100 Subject: [PATCH] Update channels.py call sync after grid --- vmcompact/channels.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vmcompact/channels.py b/vmcompact/channels.py index 321b7fd..cdf87d2 100644 --- a/vmcompact/channels.py +++ b/vmcompact/channels.py @@ -447,4 +447,4 @@ class ChannelFrame(ttk.Frame): else: self.columnconfigure(i, minsize=self.width) labelframe.grid() - labelframe["text"] = labelframe.getter("label") + labelframe.sync()