diff --git a/panelsvg.cpp b/panelsvg.cpp index d975137f4..b98ae4758 100644 --- a/panelsvg.cpp +++ b/panelsvg.cpp @@ -409,8 +409,8 @@ void PanelSvgPrivate::generateBackground(PanelData *panel) return; } - QString id = QString::fromLatin1("%4_%3_%2_%1_"). - arg(panel->panelSize.width()).arg(panel->panelSize.height()).arg(prefix).arg(q->imagePath()); + QString id = QString::fromLatin1("%5_%4_%3_%2_%1_"). + arg(panel->enabledBorders).arg(panel->panelSize.width()).arg(panel->panelSize.height()).arg(prefix).arg(q->imagePath()); Theme *theme = Theme::defaultTheme(); if (theme->findInCache(id, panel->cachedBackground)) { return;