Revision deea06f...

Go back to digest for 25th May 2014

Bug Fixes in KDE Base

Martin Gräßlin committed changes in [plasma-workspace] klipper/klipperpopup.cpp:

[klipper] Call ensurePolished() before native window of menu gets created

It's important to have ensurePolished() being called before the native
XCB window gets created. The widget style (in our case Oxygen) sets the
RGBA hint during that call. Once the native window is created this would
fail.

In the case of KlipperPopup the native window gets created by accessing
the winId(), thus the ensurePolished() needs to happen before.

REVIEW: 118199

File Changes

Modified 1 files
  • klipper/klipperpopup.cpp
1 files changed in total