update previews after de/installing a deco

CCBUG: 310613
REVIEW: 109266
FIXED-IN: 4.10.2
remotes/origin/Plasma/5.0
Thomas Lübking 13 years ago
parent c0f3895ba7
commit ad521412a0
  1. 2
      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;

Loading…
Cancel
Save