mirror of
https://github.com/onyx-and-iris/voicemeeter-compact.git
synced 2024-11-15 17:40:52 +00:00
bug fixed in submixframe in call to grid_info()
This commit is contained in:
parent
ba78373f2b
commit
fd6c346467
@ -192,7 +192,7 @@ class SubMixFrame(ttk.Frame):
|
|||||||
if parent.bus_frame:
|
if parent.bus_frame:
|
||||||
parent.bus_frame.grid_remove()
|
parent.bus_frame.grid_remove()
|
||||||
else:
|
else:
|
||||||
if parent.bus_frame:
|
if parent.bus_frame and parent.bus_frame.grid_info():
|
||||||
self.grid(
|
self.grid(
|
||||||
row=parent.bus_frame.grid_info()["row"], column=0, sticky=(tk.W)
|
row=parent.bus_frame.grid_info()["row"], column=0, sticky=(tk.W)
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user