demos/qtdemo/itemcircleanimation.cpp
changeset 3 41300fa6a67c
parent 0 1918ee327afb
child 4 3b1da2848fc7
--- a/demos/qtdemo/itemcircleanimation.cpp	Tue Jan 26 12:42:25 2010 +0200
+++ b/demos/qtdemo/itemcircleanimation.cpp	Tue Feb 02 00:43:10 2010 +0200
@@ -302,6 +302,7 @@
     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);