summaryrefslogtreecommitdiffstats
path: root/demos/qtdemo/itemcircleanimation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'demos/qtdemo/itemcircleanimation.cpp')
-rw-r--r--demos/qtdemo/itemcircleanimation.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/qtdemo/itemcircleanimation.cpp b/demos/qtdemo/itemcircleanimation.cpp
index 8c94eb7..74c3e6a 100644
--- a/demos/qtdemo/itemcircleanimation.cpp
+++ b/demos/qtdemo/itemcircleanimation.cpp
@@ -302,6 +302,7 @@ void ItemCircleAnimation::setupGuides()
int y = 20;
this->qtGuide1 = new GuideCircle(QRectF(x, y, 260, 260), -36, 342);
+ this->currGuide = 0;
new GuideLine(QPointF(x + 240, y + 268), this->qtGuide1);
new GuideLine(QPointF(x + 265, y + 246), this->qtGuide1);
new GuideLine(QPointF(x + 158, y + 134), this->qtGuide1);