diff options
author | brenda-br | 2023-01-31 22:20:20 +0530 |
---|---|---|
committer | brenda-br | 2023-01-31 22:20:20 +0530 |
commit | 52b559776a910a6b5db67d89f70002fc51229c06 (patch) | |
tree | 3ab83b4bb8b75c291b79ed91606d96d2ff44b22d | |
parent | 042a47c543caba741d8d9d5b8d2060c356301214 (diff) | |
download | Chemical-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.dat | bin | 25661 -> 0 bytes | |||
-rw-r--r-- | mainApp.py | 1 |
2 files changed, 1 insertions, 0 deletions
Binary files differ @@ -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) |