[Kst] branches/work/kst/portto4/kst/src/libkstapp

Adam Treat treat at kde.org
Fri May 25 18:17:59 CEST 2007


SVN commit 668244 by treat:

* Don't disconnect ALL signals ;)


 M  +1 -1      kstplotitems.cpp  


--- branches/work/kst/portto4/kst/src/libkstapp/kstplotitems.cpp #668243:668244
@@ -92,7 +92,7 @@
     setLine(QLineF(poly[0], poly[1]));
     parentView()->scene()->addItem(this);
     parentView()->setMouseMode(KstPlotView::Default);
-    parentView()->disconnect(this);
+    parentView()->disconnect(this, SLOT(creationPolygonChanged()));
     setZValue(1);
     updateAspectFromGeometry();
   }


More information about the Kst mailing list