learningsimulator / learningsimulator

Learning Simulator: A simulation software for animal and human learning
https://www.learningsimulator.org
MIT License
12 stars 0 forks source link

fix for issue #195. tested on linux only #196

Open drghirlanda opened 1 year ago

drghirlanda commented 1 year ago

Please check it doesn't break anything on Windows and Mac...

markusrobertjonsson commented 1 year ago

@drghirlanda The progress dialog box behaved a bit strange on Windows with the wait_visibility() fix (it appeared then disappeared then appeared again). So I added the isLinux condition to the fix, since the problem it fixes only appears on Linux. Ok?

However, I tested the gui on Ubuntu 18 with Python 3.10, and I couldn't reproduce the error in #195 (with or without wait_visibility()).