diff --git a/svg.cpp b/svg.cpp index c3ee3c2af..5c8af9a9e 100644 --- a/svg.cpp +++ b/svg.cpp @@ -393,6 +393,7 @@ void Svg::setImagePath(const QString &svgFilePath) { d->setImagePath(svgFilePath, this); d->eraseRenderer(); + emit repaintNeeded(); } QString Svg::imagePath() const