Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
7c6a13b3
Commit
7c6a13b3
authored
Feb 02, 2011
by
Marco Bubke
Browse files
QmlDesigner.NodeInstances: Fix painting
parent
7e5fd30d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qmldesigner/designercore/instances/graphicsobjectnodeinstance.cpp
View file @
7c6a13b3
...
...
@@ -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
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment