revert last change; we always care when the theme changes on us
svn path=/trunk/KDE/kdelibs/; revision=972836
This commit is contained in:
parent
9c3ebb58a9
commit
7e4ca0dd7b
5
svg.cpp
5
svg.cpp
@ -367,11 +367,6 @@ class SvgPrivate
|
||||
|
||||
void themeChanged()
|
||||
{
|
||||
//if we're displaying another theme we don't care if the default one changed
|
||||
if (theme != Plasma::Theme::defaultTheme()) {
|
||||
return;
|
||||
}
|
||||
|
||||
// check if new theme svg wants colorscheme applied
|
||||
bool wasApplyColors = applyColors;
|
||||
checkApplyColorHint();
|
||||
|
Loading…
Reference in New Issue
Block a user