diff --git a/nw/gui/docsplit.py b/nw/gui/docsplit.py index 2a292b9f..376eaf3a 100644 --- a/nw/gui/docsplit.py +++ b/nw/gui/docsplit.py @@ -199,6 +199,7 @@ class GuiDocSplit(QDialog): nHandle = self.theProject.newFile(wTitle, srcItem.itemClass, fHandle) newItem = self.theProject.projTree[nHandle] newItem.setLayout(itemLayout) + newItem.setStatus(srcItem.itemStatus) logger.verbose( "Creating new document %s with text from line %d to %d" % ( nHandle, iStart, iEnd-1