one more place we might want to trigger a repaint

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=800766
This commit is contained in:
Aaron J. Seigo 2008-04-24 20:12:24 +00:00
parent 52c81b0a5a
commit 0187b08069

View File

@ -393,6 +393,7 @@ void Svg::setImagePath(const QString &svgFilePath)
{
d->setImagePath(svgFilePath, this);
d->eraseRenderer();
emit repaintNeeded();
}
QString Svg::imagePath() const