clear local memory caches and stop cache timers when theme changes
svn path=/trunk/KDE/kdelibs/; revision=895370
This commit is contained in:
parent
6d0e474ba9
commit
232986330b
4
svg.cpp
4
svg.cpp
@ -349,6 +349,10 @@ class SvgPrivate
|
||||
q, SLOT(colorsChanged()));
|
||||
}
|
||||
|
||||
localRectCache.clear();
|
||||
itemsToSave.clear();
|
||||
saveTimer->stop();
|
||||
|
||||
//kDebug() << themePath << ">>>>>>>>>>>>>>>>>> theme changed";
|
||||
emit q->repaintNeeded();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user