Fix a rare TclError bug

This commit is contained in:
DevilXD
2022-10-23 14:06:06 +02:00
parent a9d331e1b7
commit c15f557b9e

1
gui.py
View File

@@ -1233,6 +1233,7 @@ class InventoryOverview:
def clear(self) -> None:
for child in self._main_frame.winfo_children():
child.destroy()
self._drops.clear()
self._campaigns.clear()
def get_progress(self, drop: TimedDrop) -> tuple[str, tk._Color]: