Skip to content
Snippets Groups Projects
Commit 7c6a13b3 authored by Marco Bubke's avatar Marco Bubke
Browse files

QmlDesigner.NodeInstances: Fix painting

parent 7e5fd30d
No related branches found
No related tags found
No related merge requests found
......@@ -199,7 +199,7 @@ QImage GraphicsObjectNodeInstance::renderImage() const
QRectF boundingRect = graphicsObject()->boundingRect();
QSize boundingSize = boundingRect.size().toSize();
QImage image(boundingSize, QImage::Format_ARGB32);
QImage image(boundingSize, QImage::Format_ARGB32_Premultiplied);
if (image.isNull())
return image;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment