Skip to content
Snippets Groups Projects
Commit d26e11b6 authored by Kai Koehne's avatar Kai Koehne
Browse files

QuickDesigner: Fix copy/paste error

parent cf233161
No related merge requests found
......@@ -150,7 +150,7 @@ QRectF QmlGraphicsItemNodeInstance::boundingRect() const
double implicitHeight = qmlGraphicsItem()->implicitHeight();
if (!m_hasHeight
&& implicitWidth // WORKAROUND
&& implicitHeight // WORKAROUND
&& implicitHeight != qmlGraphicsItem()->height()
&& !modelNode().hasBindingProperty("height")) {
qmlGraphicsItem()->blockSignals(true);
......
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