Remove the showStatus flag from document handling

This commit is contained in:
Veronica K. B. Olsen
2021-04-25 17:16:57 +02:00
parent d473615ccf
commit 45f726669e
7 changed files with 29 additions and 28 deletions
+1 -1
View File
@@ -287,7 +287,7 @@ class GuiProjectTree(QTreeWidget):
# This is a new files, so let's add some content
newDoc = NWDoc(self.theProject, self.theParent)
curTxt = newDoc.readDocument(tHandle, showStatus=False)
curTxt = newDoc.readDocument(tHandle)
if curTxt is None:
curTxt = ""