Open drghirlanda opened 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()
).
Please check it doesn't break anything on Windows and Mac...