Skip to content

Commit

Permalink
Merge pull request #1452 from cme/master-merge-1.1.1
Browse files Browse the repository at this point in the history
Merge releases/1.1 -> master to pick up fix for #1448
  • Loading branch information
cme authored Jan 12, 2022
2 parents 40c9399 + 178a3d3 commit 8de6d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/src/SongEditor/SongEditor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 ) ) ) {
Expand Down

0 comments on commit 8de6d78

Please sign in to comment.