We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 346df98 commit b6f2a92Copy full SHA for b6f2a92
src/app/nodetool/qgsmaptoolnodetool.cpp
@@ -741,7 +741,6 @@ void QgsMapToolNodeTool::keyPressEvent( QKeyEvent* e )
741
742
mSelectedFeature->deselectAllVertexes();
743
safeSelectVertex( firstSelectedIndex - 1 );
744
- mCanvas->refresh();
745
}
746
else if ( mSelectedFeature && ( e->key() == Qt::Key_Greater || e->key() == Qt::Key_Period ) )
747
{
@@ -751,7 +750,6 @@ void QgsMapToolNodeTool::keyPressEvent( QKeyEvent* e )
751
750
752
753
safeSelectVertex( firstSelectedIndex + 1 );
754
755
756
757
0 commit comments