Changed the way creating new, and closing projects is done to make it more roubust
This commit is contained in:
@@ -44,4 +44,8 @@ class GuiDocViewer(QTextBrowser):
|
||||
|
||||
return
|
||||
|
||||
def clearViewer(self):
|
||||
self.clear()
|
||||
return True
|
||||
|
||||
# END Class GuiDocViewer
|
||||
|
||||
Reference in New Issue
Block a user