From e55c92d83a1858ee158929fc93eb26e111eee9c1 Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" Date: Sat, 4 May 2019 17:27:43 +0200 Subject: [PATCH] Allow notes also in novel tree --- nw/gui/itemeditor.py | 1 + 1 file changed, 1 insertion(+) diff --git a/nw/gui/itemeditor.py b/nw/gui/itemeditor.py index 5835b866..f8147167 100644 --- a/nw/gui/itemeditor.py +++ b/nw/gui/itemeditor.py @@ -68,6 +68,7 @@ class GuiItemEditor(QDialog): self.validLayouts.append(nwItemLayout.UNNUMBERED) self.validLayouts.append(nwItemLayout.CHAPTER) self.validLayouts.append(nwItemLayout.SCENE) + self.validLayouts.append(nwItemLayout.NOTE) else: self.validLayouts.append(nwItemLayout.NOTE) else: