Changed the way creating new, and closing projects is done to make it more roubust
This commit is contained in:
@@ -36,6 +36,11 @@ class NWDoc():
|
||||
|
||||
return
|
||||
|
||||
def clearDocument(self):
|
||||
self.theItem = None
|
||||
self.docHandle = None
|
||||
return
|
||||
|
||||
def openDocument(self, tHandle):
|
||||
|
||||
self.docHandle = tHandle
|
||||
|
||||
Reference in New Issue
Block a user