Details
-
Bug
-
Resolution: Out of scope
-
Not Evaluated
-
None
-
4.7.0
-
None
-
Ubuntu 9.10
Description
This code will create backing store for a toplevel window including it has Qt::WA_PaintOnScreen attribute:
// a real toplevel window needs a backing store
if (isWindow() && windowType() != Qt::Desktop)
If modify it to:
if (isWindow() && windowType() != Qt::Desktop)
Some widgets can't work properly.
Attachments
Issue Links
- resulted in
-
QTBUG-35832 QSystemTrayIcon with black background on Linux
- Closed