Hi all.

When clicking twice on "OK", I get:


Errore durante l'esecuzione di codice Python:

Traceback (most recent call last):
File "/home/paolo/.qgis/python/plugins/cadtools/tools/rotateobjecttool.py", line 75, in rotateObject geom = cadutils.rotate(self.feat.geometry(), self.p1, angle * math.pi / 180) File "/home/paolo/.qgis/python/plugins/cadtools/tools/cadutils.py", line 136, in rotate
    p1 = QgsPoint(k.x() - point.x(),  k.y() - point.y())
AttributeError: 'NoneType' object has no attribute 'x'


I think the error should be intercepted.
All the best.

--
Paolo Cavallini
See: http://www.faunalia.it/pc

_______________________________________________
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Reply via email to