diff --git a/src/gui/src/SongEditor/SongEditor.cpp b/src/gui/src/SongEditor/SongEditor.cpp index 2c7953c8e8..c9d950ac9c 100644 --- a/src/gui/src/SongEditor/SongEditor.cpp +++ b/src/gui/src/SongEditor/SongEditor.cpp @@ -502,7 +502,7 @@ void SongEditor::keyPressEvent( QKeyEvent * ev ) deleteSelection(); } else { // No selection, delete at the current cursor position - togglePatternActive( m_nCursorColumn, m_nCursorRow ); + setPatternActive( m_nCursorColumn, m_nCursorRow, false ); } } else if ( ev->matches( QKeySequence::MoveToNextChar ) || ( bSelectionKey = ev->matches( QKeySequence::SelectNextChar ) ) ) {