Skip to content

Commit 102a90a

Browse files
committed
Fix highlight of marker to add vertices to linestrings
1 parent 3ce1c99 commit 102a90a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/nodetool/qgsnodetool2.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ QgsPoint QgsNodeTool2::positionForEndpointMarker( const QgsPointLocator::Match &
559559

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

0 commit comments

Comments
 (0)