Skip to content

Commit

Permalink
fix focus
Browse files Browse the repository at this point in the history
  • Loading branch information
bramtayl committed Aug 19, 2024
1 parent 45c4c8c commit 3079671
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/models/ChordsModel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,7 @@ auto ChordsModel::setData(const QModelIndex &index, const QVariant &new_value,
get_note_chord_column(index), data(index, Qt::EditRole), new_value)
.release());
}
parent_pointer->setFocus();
return true;
}

Expand Down

0 comments on commit 3079671

Please sign in to comment.