From 2a6e39aa8ecede30d1ed8513b3f66506611d559f 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:16:19 +0100 Subject: [PATCH] Update channels.py ensure labeltext gets updated if a change in pdirty --- vmcompact/channels.py | 1 + 1 file changed, 1 insertion(+) diff --git a/vmcompact/channels.py b/vmcompact/channels.py index 7b787f1..321b7fd 100644 --- a/vmcompact/channels.py +++ b/vmcompact/channels.py @@ -447,3 +447,4 @@ class ChannelFrame(ttk.Frame): else: self.columnconfigure(i, minsize=self.width) labelframe.grid() + labelframe["text"] = labelframe.getter("label")