Split document section headers should be SCENE files not PAGE
This commit is contained in:
@@ -167,7 +167,7 @@ class GuiDocSplit(QDialog):
|
|||||||
elif wTitle.startswith("### "):
|
elif wTitle.startswith("### "):
|
||||||
itemLayout = nwItemLayout.SCENE
|
itemLayout = nwItemLayout.SCENE
|
||||||
elif wTitle.startswith("#### "):
|
elif wTitle.startswith("#### "):
|
||||||
itemLayout = nwItemLayout.PAGE
|
itemLayout = nwItemLayout.SCENE
|
||||||
|
|
||||||
wTitle = wTitle.lstrip("#")
|
wTitle = wTitle.lstrip("#")
|
||||||
wTitle = wTitle.strip()
|
wTitle = wTitle.strip()
|
||||||
|
|||||||
Reference in New Issue
Block a user