fix crash on windows
This commit is contained in:
parent
4d2620ca58
commit
9a1eda0cbf
@ -147,6 +147,7 @@ QPixmap texturedText(const QString &text, const QFont &font, Plasma::Svg *textur
|
||||
buffPainter.setCompositionMode(QPainter::CompositionMode_SourceOver);
|
||||
buffPainter.drawImage(QPoint(0,0), image);
|
||||
buffPainter.drawPixmap(QPoint(1,1), pixmap);
|
||||
buffPainter.end();
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user