if we are not displaying the default theme we don't care if it changes
svn path=/trunk/KDE/kdelibs/; revision=971592
This commit is contained in:
parent
bca2659a0e
commit
9a2967bd81
5
svg.cpp
5
svg.cpp
@ -367,6 +367,11 @@ 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