wonder-sk / CadNodeTool

CAD-enabled node tool for QGIS
2 stars 3 forks source link

crash when pressing enter on a distance #3

Closed 3nids closed 7 years ago

3nids commented 8 years ago

AttributeError: 'QMoveEvent' object has no attribute 'mapPointMatch' Traceback (most recent call last): File "/home/drouzaud/.qgis2/python/plugins/CadNodeTool/nodetool.py", line 150, in cadCanvasMoveEvent self.mouse_move_dragging(e) File "/home/drouzaud/.qgis2/python/plugins/CadNodeTool/nodetool.py", line 163, in mouse_move_dragging if e.mapPointMatch().isValid(): AttributeError: 'QMoveEvent' object has no attribute 'mapPointMatch'