summaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
Diffstat (limited to 'src/main')
-rw-r--r--src/main/python/mainApp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/python/mainApp.py b/src/main/python/mainApp.py
index a2869b0..bd6638c 100644
--- a/src/main/python/mainApp.py
+++ b/src/main/python/mainApp.py
@@ -237,7 +237,7 @@ class MainApp(QMainWindow,ui):
'''
def new(self):
self.setWindowTitle('Untitled - Chemical Simulator GUI')
- self.undo_redo_helper()
+ #self.undo_redo_helper()
self.comp = ComponentSelector(self)
self.textBrowser.append("<span>[" + str(self.current_time()) + "] <b>New</b> flowsheet is created ... </span>")
dock_widget_lst.clear()