Update channels.py

call sync after grid
This commit is contained in:
onyx-and-iris 2022-04-26 23:36:57 +01:00
parent 2a6e39aa8e
commit 4859780a8a

View File

@ -447,4 +447,4 @@ class ChannelFrame(ttk.Frame):
else:
self.columnconfigure(i, minsize=self.width)
labelframe.grid()
labelframe["text"] = labelframe.getter("label")
labelframe.sync()