update previews after de/installing a deco

CCBUG: 310613
REVIEW: 109266
FIXED-IN: 4.10.2
This commit is contained in:
Thomas Lübking 2013-03-03 18:54:01 +01:00
parent 60a62b2a1a
commit 049cb66b22

View file

@ -364,6 +364,8 @@ void KWinDecorationModule::slotGHNSClicked()
if (proxyIndex.isValid())
m_ui->decorationList->rootObject()->setProperty("currentIndex", proxyIndex.row());
}
m_lastPreviewWidth = 0;
updatePreviews();
}
}
delete downloadDialog;