From 78b24f6e3fc801bd20473bdeaaf868d1c727bbd2 Mon Sep 17 00:00:00 2001 From: brenda-br Date: Sat, 4 Mar 2023 11:44:52 +0530 Subject: Removing Undo and Redo #2 --- src/main/python/mainApp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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("[" + str(self.current_time()) + "] New flowsheet is created ... ") dock_widget_lst.clear() -- cgit