reilleya / openMotor

An open-source internal ballistics simulator for rocket motor experimenters
GNU General Public License v3.0
368 stars 73 forks source link

Fix UI oddities on python 3.8 w/ QT 5.14.2 #153

Closed reilleya closed 3 years ago

reilleya commented 4 years ago

Since I upgraded my own version of python and QT it seems the bug where certain UI elements don't repaint until the mouse moves over them has started be a problem on Windows. See if the same fix applies.

reilleya commented 3 years ago

Fixed in this commit. It seemed like these repaint calls had fixed the issue on Mac OS with older version of PyQt5, but they were causing it with newer PyQT on Windows. I tried removing them and the problem went away on Windows and didn't return on Mac OS.