From 850ac2b2f3cdd87534c17dfca668a5837a06a365 Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" <1619840+vkbo@users.noreply.github.com> Date: Sun, 16 Aug 2020 21:35:22 +0200 Subject: [PATCH] Put back the edit item popup as it blocks runaway file or folder creation --- nw/gui/projtree.py | 1 + 1 file changed, 1 insertion(+) diff --git a/nw/gui/projtree.py b/nw/gui/projtree.py index 6fadb199..a84e7176 100644 --- a/nw/gui/projtree.py +++ b/nw/gui/projtree.py @@ -119,6 +119,7 @@ class GuiProjectTree(QTreeWidget): # Internal Mapping self.makeAlert = self.theParent.makeAlert + self.theParent.editItem() return