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 85fe938 commit 58d2093Copy full SHA for 58d2093
src/app/qgisapp.cpp
@@ -9097,7 +9097,7 @@ void QgisApp::keyPressEvent( QKeyEvent * e )
9097
void QgisApp::mapCanvas_keyPressed( QKeyEvent *e )
9098
{
9099
// Delete selected features when it is possible and KeyEvent was not managed by current MapTool
9100
- if ( ( e->key() == Qt::Key_Backspace || e->key() == Qt::Key_Delete ) && e->isAccepted() && mActionDeleteSelected->isEnabled() )
+ if ( ( e->key() == Qt::Key_Backspace || e->key() == Qt::Key_Delete ) && e->isAccepted() )
9101
9102
deleteSelected();
9103
}
0 commit comments