Split document section headers should be SCENE files not PAGE

This commit is contained in:
Veronica K. B. Olsen
2020-05-28 23:19:12 +02:00
parent 397ecfeb13
commit 055ffdaac9
+1 -1
View File
@@ -167,7 +167,7 @@ class GuiDocSplit(QDialog):
elif wTitle.startswith("### "):
itemLayout = nwItemLayout.SCENE
elif wTitle.startswith("#### "):
itemLayout = nwItemLayout.PAGE
itemLayout = nwItemLayout.SCENE
wTitle = wTitle.lstrip("#")
wTitle = wTitle.strip()