update previews after de/installing a deco
CCBUG: 310613 REVIEW: 109266 FIXED-IN: 4.10.2
This commit is contained in:
parent
60a62b2a1a
commit
049cb66b22
1 changed files with 2 additions and 0 deletions
|
@ -364,6 +364,8 @@ void KWinDecorationModule::slotGHNSClicked()
|
|||
if (proxyIndex.isValid())
|
||||
m_ui->decorationList->rootObject()->setProperty("currentIndex", proxyIndex.row());
|
||||
}
|
||||
m_lastPreviewWidth = 0;
|
||||
updatePreviews();
|
||||
}
|
||||
}
|
||||
delete downloadDialog;
|
||||
|
|
Loading…
Reference in a new issue