Reset self.removing_rows to False

This commit is contained in:
CorpNewt
2024-12-20 11:53:27 -06:00
committed by GitHub
parent 1075ad49b1
commit 4018e2deb3
+1
View File
@@ -3146,6 +3146,7 @@ class PlistWindow(tk.Toplevel):
target = "" if not len(self._tree.selection()) else self._tree.selection()[0]
if target in ("",self.get_root_node()):
# Can't remove top level
self.removing_rows = False
return
parent = self._tree.parent(target)
self.add_undo({