Code review comment for lp://qastaging/~agateau/unity-2d/desktop-dash

Revision history for this message
Florian Boucault (fboucault) wrote :

In places/app/places.cpp:

- view.setAttribute(Qt::WA_OpaquePaintEvent);
- view.setAttribute(Qt::WA_NoSystemBackground);
+ view.setAttribute(Qt::WA_TranslucentBackground);
+ view.viewport()->setAttribute(Qt::WA_TranslucentBackground);

Until Metacity has compositing activated by default that code should be conditional. Please restore the previous code by default.

review: Needs Fixing (code)

« Back to merge proposal