diff --git a/svg.cpp b/svg.cpp index 349cad6a0..856594a5a 100644 --- a/svg.cpp +++ b/svg.cpp @@ -332,7 +332,7 @@ void Svg::setFile(const QString &svgFilePath) QString Svg::file() const { - return d->themePath; + return d->themed ? d->themePath : d->path; } void Svg::themeChanged()