diff --git a/editor.py b/editor.py index 18cc3b3..45b5877 100644 --- a/editor.py +++ b/editor.py @@ -434,6 +434,9 @@ def add_item(w): def links_updater(new): + for i in linksbox.get_children(): + i.destroy() + for i in new: add_item_to_view(i, new[i]) win.data_is["links"][i] = new[i]