ewerybody / a2

Autohotkey module managing and developing framework.
GNU General Public License v3.0
63 stars 10 forks source link

Editing modules crashes a2 ui on Qt for Python 5.15.1! #208

Closed ewerybody closed 4 years ago

ewerybody commented 4 years ago

The crash does not occur on 5.15.0! Turns out it boils down to the flowlayout which is a spinoff of the original example files. pylint was suggesting to make some methods static that didn't need self inside! So I did and it was good. Apparently the new Qt version does not like. It just 🗯 poof... disappears.

I'll report that to Qt ... and roll back the changes here ...

ewerybody commented 4 years ago

Alright. Pyside bug went here: https://bugreports.qt.io/browse/PYSIDE-1396 ✔ rolled back the code here ✔