pyblish / pyblish-qml

Pyblish QML frontend for Maya 2013+, Houdini 11+, Nuke 8+ and more
GNU Lesser General Public License v3.0
114 stars 44 forks source link

Minimized titlebar #345

Open salvaom opened 4 years ago

salvaom commented 4 years ago

Hello,

This is an issue I've seen happening in Maya 2019, Houdini 17.5 with pyblish-qml 1.10.2. I'm not sure why but this only seems to happen when the focus is on the DCC's main window.

You can clearly see the issue here

davidlatwe commented 4 years ago

Looks like it's because of the PyQt5 version you are using, it's 5.13.1. Could you run a test with version 5.9 ?

mottosso commented 4 years ago

Huh, wow. That's an odd one. But yes, like David said, do test whether it's Pyblish or Qt making the noise.

salvaom commented 4 years ago

It seems to be a Qt issue, PyQt5 5.9 works as expected.

davidlatwe commented 4 years ago

I had seen this issue while I was working on PR #354 with latest PySide2, and resolved it in commit ae04b48. Maybe it will resolved this, too. (Using PyQt5==5.13.1)