From ad521412a03d85b078e9d8a9b26686933706eb3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20L=C3=BCbking?= Date: Sun, 3 Mar 2013 18:54:01 +0100 Subject: [PATCH] update previews after de/installing a deco CCBUG: 310613 REVIEW: 109266 FIXED-IN: 4.10.2 --- kcmkwin/kwindecoration/kwindecoration.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kcmkwin/kwindecoration/kwindecoration.cpp b/kcmkwin/kwindecoration/kwindecoration.cpp index 9052b743eb..a42384573d 100644 --- a/kcmkwin/kwindecoration/kwindecoration.cpp +++ b/kcmkwin/kwindecoration/kwindecoration.cpp @@ -364,6 +364,8 @@ void KWinDecorationModule::slotGHNSClicked() if (proxyIndex.isValid()) m_ui->decorationList->rootObject()->setProperty("currentIndex", proxyIndex.row()); } + m_lastPreviewWidth = 0; + updatePreviews(); } } delete downloadDialog;