CMSM-VCU / zoo

Peridynamics data visualization tool
MIT License
0 stars 0 forks source link

Crash on editing window size if still blank #56

Closed rileychall closed 1 year ago

rileychall commented 1 year ago

Editing one of the window dimensions causes the other one to be read while it's still blank, causing a crash.

...\ControlPaneVisuals.py", line 88, in resize_window
    int(self.heightLineEdit.text()),
ValueError: invalid literal for int() with base 10: ''
rileychall commented 1 year ago

Fixed in 0.10.3