TissueEngineeringLab / MyoFInDer

Python interface for automatic calculation of the fusion index in muscle cell cultures
https://tissueengineeringlab.github.io/MyoFInDer/
GNU General Public License v3.0
3 stars 1 forks source link

Bug on macOS when running MyoFInDer #42

Closed WeisLeDocto closed 6 months ago

WeisLeDocto commented 6 months ago

When running MyoFInDer on a macOS machine, the main window crashes right at initialization. This is due to the '-zoomed' attribute of the main window being used instead of 'zoomed':

https://github.com/TissueEngineeringLab/MyoFInDer/blob/37911a95a523b78c5d573ed563ed385ae1c0c5c1/src/myofinder/main_window.py#L82-L85

This PR fixes the bug by using the 'zoomed' attribute on both Windows and Darwin platforms.