Skip to content

Commit

Permalink
Fix highlight of marker to add vertices to linestrings
Browse files Browse the repository at this point in the history
  • Loading branch information
wonder-sk committed Mar 29, 2017
1 parent 3ce1c99 commit 102a90a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/nodetool/qgsnodetool2.cpp
Expand Up @@ -559,7 +559,7 @@ QgsPoint QgsNodeTool2::positionForEndpointMarker( const QgsPointLocator::Match &

void QgsNodeTool2::mouseMoveNotDragging( QgsMapMouseEvent *e )
{
if ( !mMouseAtEndpoint )
if ( mMouseAtEndpoint )
{
// check if we are still at the endpoint, i.e. whether to keep showing
// the endpoint indicator - or go back to snapping to editable layers
Expand Down

0 comments on commit 102a90a

Please sign in to comment.