Windows & widget goes "Gray - win frozen "silver gray"" - never ungrays
-
Hey
I have some processing done and while it starts the qt windget will go "gray/frozen" in windows. But when processing is done, it never returns to normal...
Any hints what should I look at ? It started out of nowhere recently...
Regards
Dariusz -
@Dariusz
Check you're not using https://doc.qt.io/qt-5/qwidget.html#setDisabled, that could cause greying. Otherwise Maybe Windows shows disabled while busy processing and no UI servicing, not sure, but that should go away when UI loop reached again. -
-
Hi,
What kind of processing are you doing ?
How are you doing it ? -
@SGaist Actually latelly I noticed that it happens without even doing the process. Just by creating new widget & QOpenGLWindow embeded inside as widget causes it. So no custom "processes" that I perform or calculations. Only creation of window... hmmm I moved to 13.1 lately, perhaps the .1 version has an issue o.o
-
Did you already tried with an earlier version of Qt ?
You might also want to check the graphic stack of the machines you are having trouble with. It could also come from the video card driver.