QmlDesigner: Update AnchorIndicatorGraphicsItem after updating anchorlines

Change-Id: Ibdde4d8a32abac8bc7b1572507c7a8094d28f604
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
This commit is contained in:
Marco Bubke
2013-09-03 13:12:05 +02:00
parent 98917598d3
commit dd742afd71

View File

@@ -228,6 +228,7 @@ void AnchorIndicatorGraphicsItem::updateAnchorIndicator(const AnchorLine &source
updateAnchorLinePoints(&m_targetAnchorLineFirstPoint, &m_targetAnchorLineSecondPoint, targetAnchorLine);
updateBoundingRect();
update();
}
void AnchorIndicatorGraphicsItem::updateBoundingRect()