Skip to content

Commit 76dd504

Browse files
author
wonder
committed
A bunch of fixes for node tool from Richard:
- fixed update of node tool vertex markers after undo #1736 - fixed a crash when trying to edit non-existent feature - vertex markers are now QgsVertexMarker instances (i.e. don't scale when zooming) - fixed moving of points in point layer - original node is excluded when snapping Fixed double map canvas refresh when doing edits. git-svn-id: http://svn.osgeo.org/qgis/trunk@10947 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent a6af854 commit 76dd504

File tree

5 files changed

+334
-124
lines changed

5 files changed

+334
-124
lines changed

src/app/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ SET (QGIS_APP_MOC_HDRS
127127
qgsmaptooladdisland.h
128128
qgsmaptooladdring.h
129129
qgsmaptoolmovefeature.h
130+
qgsmaptoolnodetool.h
130131
qgsmaptoolselect.h
131132
qgsmaptoolsimplify.h
132133

0 commit comments

Comments
 (0)