CEA-MetroCarac / fitspy

Generic tool dedicated to fit spectra in python
GNU General Public License v3.0
5 stars 0 forks source link

fitspy giving an oversized plot window with no other dialogs accessible #15

Closed erickmartinez closed 2 days ago

erickmartinez commented 2 days ago

I installed fitspy on python 3.10 (from anaconda mac silicon binaries) running on Mac OS Sequoia.

When I run fitspy, I only see a big window where the spectra should be plotted, covering my whole screen. All dialogues are unaccessible.

I tried cloning the repository and change the size of the window, but still no dialogues.

It seems this has to do with tkinter somehow, but I haven't been able to fix it.

erickmartinez commented 2 days ago

Commenting this line:

https://github.com/CEA-MetroCarac/fitspy/blob/6b25dc7918c39dbf1fb8634d3770984d3a13a68e/fitspy/app/gui.py#L542

takes care of the issue for me.