summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrenda-br2023-01-31 22:20:20 +0530
committerbrenda-br2023-01-31 22:20:20 +0530
commit52b559776a910a6b5db67d89f70002fc51229c06 (patch)
tree3ab83b4bb8b75c291b79ed91606d96d2ff44b22d
parent042a47c543caba741d8d9d5b8d2060c356301214 (diff)
downloadChemical-Simulator-GUI-52b559776a910a6b5db67d89f70002fc51229c06.tar.gz
Chemical-Simulator-GUI-52b559776a910a6b5db67d89f70002fc51229c06.tar.bz2
Chemical-Simulator-GUI-52b559776a910a6b5db67d89f70002fc51229c06.zip
Hide Compound Selector on reopening saved file
-rw-r--r--Undo.datbin25661 -> 0 bytes
-rw-r--r--mainApp.py1
2 files changed, 1 insertions, 0 deletions
diff --git a/Undo.dat b/Undo.dat
index c09868a..e69de29 100644
--- a/Undo.dat
+++ b/Undo.dat
Binary files differ
diff --git a/mainApp.py b/mainApp.py
index 2252f5d..32128ae 100644
--- a/mainApp.py
+++ b/mainApp.py
@@ -347,6 +347,7 @@ class MainApp(QMainWindow,ui):
self.comp.set_compounds(compound_selected)
for i in compound_selected:
self.comp.compound_selection(self.comp, i)
+ self.comp.hide()
self.container.graphics.load_canvas(obj, self.container)
self.container.result = temp_result
DockWidget.show_result(dock_widget_lst)