JYU-IBA / potku

Potku is analysis and simulation software for ToF-ERD measurements
https://www.jyu.fi/science/en/physics/research/infrastructures/accelerator-laboratory/pelletron/potku/
GNU General Public License v2.0
7 stars 7 forks source link

Fix closing of ToFE histogram and target widgets on MacOS #334

Closed samivout closed 11 months ago

samivout commented 11 months ago

On MacOS the ToFE histogram and target widgets were closeable despite is_closaeble attribute being set to False. To circumvent this issue the closeEvent function for these widgets was overridden and set to instead just minimize the widgets. Has no effect on Windows side of things.