Skip to content

Commit

Permalink
Merge pull request #29 from cannam/alignment-on-request
Browse files Browse the repository at this point in the history
Fix inability to save directly to a CSV file we just loaded from
  • Loading branch information
yucongj authored Dec 14, 2023
2 parents 8a1736f + 729863a commit 3790ec2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main/MainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3807,6 +3807,7 @@ MainWindow::loadScoreAlignment()
tr("Failed to import alignment. See log file for more information."),
QMessageBox::Ok);
} else {
m_scoreAlignmentFile = filename;
m_scoreAlignmentModified = false;
}
}
Expand Down

0 comments on commit 3790ec2

Please sign in to comment.