summaryrefslogtreecommitdiff
path: root/src/plugins/qmldesigner/components/formeditor/formeditorgraphicsview.cpp
diff options
context:
space:
mode:
authorMarco Bubke <marco.bubke@nokia.com>2010-02-10 11:58:17 +0100
committerMarco Bubke <marco.bubke@nokia.com>2010-02-10 13:03:03 +0100
commit5f0c9f96ade2f1d737a662c37a993086bd0be5ac (patch)
treebd7b552b9697dcdaae18c8b170203d535c60dadb /src/plugins/qmldesigner/components/formeditor/formeditorgraphicsview.cpp
parenta5c4c3b239bd983762ada5553732f9776775676d (diff)
downloadqt-creator-5f0c9f96ade2f1d737a662c37a993086bd0be5ac.tar.gz
Remove wrong statement in the form editor
Diffstat (limited to 'src/plugins/qmldesigner/components/formeditor/formeditorgraphicsview.cpp')
-rw-r--r--src/plugins/qmldesigner/components/formeditor/formeditorgraphicsview.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/qmldesigner/components/formeditor/formeditorgraphicsview.cpp b/src/plugins/qmldesigner/components/formeditor/formeditorgraphicsview.cpp
index 5e456a8736..0a93430efc 100644
--- a/src/plugins/qmldesigner/components/formeditor/formeditorgraphicsview.cpp
+++ b/src/plugins/qmldesigner/components/formeditor/formeditorgraphicsview.cpp
@@ -143,7 +143,6 @@ void FormEditorGraphicsView::drawForeground(QPainter *painter, const QRectF &/*r
painter->restore();
- if (m_feedbackNode.instanceHasAnchors())
if (m_beginXHasExpression) {
if(m_feedbackNode.hasBindingProperty("x"))
painter->setPen(Qt::blue);