From c6de48bd9a0cdfc818d0f1fe3ccd8fd6d278021d Mon Sep 17 00:00:00 2001 From: Huynh Huu Long Date: Sun, 19 Oct 2008 00:39:37 +0000 Subject: [PATCH] Backport of r835483 redraw buttons when redrawing the whole decoration BUG: 167886 svn path=/branches/KDE/4.1/kdebase/workspace/; revision=873188 --- clients/oxygen/oxygenclient.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/clients/oxygen/oxygenclient.cpp b/clients/oxygen/oxygenclient.cpp index 799491abaf..44706b2662 100644 --- a/clients/oxygen/oxygenclient.cpp +++ b/clients/oxygen/oxygenclient.cpp @@ -256,6 +256,8 @@ void OxygenClient::paintEvent(QPaintEvent *e) Q_UNUSED(e) if (!OxygenFactory::initialized()) return; + updateButtons(); + QPalette palette = widget()->palette(); QPainter painter(widget());