diff options
Diffstat (limited to 'ComponentSelector.py')
-rw-r--r-- | ComponentSelector.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ComponentSelector.py b/ComponentSelector.py index 60498cc..56c6078 100644 --- a/ComponentSelector.py +++ b/ComponentSelector.py @@ -173,4 +173,8 @@ class ComponentSelector(QDialog,ui_dialog): self.f_mo.write('\n') self.f_mo.write('\nend database;') self.f_mo.close() + + def accept(self): + #self.parent().container.update_compounds() + return super().accept()
\ No newline at end of file |