From 52b559776a910a6b5db67d89f70002fc51229c06 Mon Sep 17 00:00:00 2001 From: brenda-br Date: Tue, 31 Jan 2023 22:20:20 +0530 Subject: Hide Compound Selector on reopening saved file --- Undo.dat | Bin 25661 -> 0 bytes mainApp.py | 1 + 2 files changed, 1 insertion(+) diff --git a/Undo.dat b/Undo.dat index c09868a..e69de29 100644 Binary files a/Undo.dat and b/Undo.dat 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) -- cgit