We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ce1c99 commit 102a90aCopy full SHA for 102a90a
src/app/nodetool/qgsnodetool2.cpp
@@ -559,7 +559,7 @@ QgsPoint QgsNodeTool2::positionForEndpointMarker( const QgsPointLocator::Match &
559
560
void QgsNodeTool2::mouseMoveNotDragging( QgsMapMouseEvent *e )
561
{
562
- if ( !mMouseAtEndpoint )
+ if ( mMouseAtEndpoint )
563
564
// check if we are still at the endpoint, i.e. whether to keep showing
565
// the endpoint indicator - or go back to snapping to editable layers
0 commit comments