Molara-Lab / Molara

Molara is a Python package for the visualization of chemical structures such as molecules or crystals. It provides a graphical user interface for importing structures from output files of popular computational chemistry software as well as for creating custom structures.
GNU General Public License v3.0
11 stars 0 forks source link

Unit-cell boundaries are not exported in snapshot #418

Open adrianusler opened 4 weeks ago

adrianusler commented 4 weeks ago

Fix: at the end of the adopt_config routine in StructureWidget, add the lines

        if other_widget.box[0] != -1:
            self.toggle_unit_cell_boundaries()