clear icon cache on reloading configuration

wilder-pre-rebase
Hugo Pereira Da Costa 12 years ago
parent 58c4931800
commit c0bf8d33bc
  1. 5
      kstyle/breezestyle.cpp

@ -1087,9 +1087,12 @@ namespace Breeze
// splitter proxy
_splitterFactory->setEnabled( StyleConfigData::splitterProxyEnabled() );
// set mdiwindow factory shadow tiles
_mdiWindowShadowFactory->setShadowTiles( _shadowHelper->shadowTiles() );
// clear icon cache
_iconCache.clear();
}
//___________________________________________________________________________________________________________________

Loading…
Cancel
Save