mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-24 16:20:49 +01:00
Merge "[apps/sequence] Fix bug: correct "ajouter suite" button color"
This commit is contained in:
@@ -226,7 +226,7 @@ int ListController::sequenceIndexForRow(int j) {
|
||||
}
|
||||
if (m_sequenceStore->numberOfFunctions() < m_sequenceStore->maxNumberOfFunctions() &&
|
||||
j == numberOfRows() - 1) {
|
||||
return j;
|
||||
return sequenceIndexForRow(j-1)+1;
|
||||
}
|
||||
int rowIndex = 0;
|
||||
int sequenceIndex = -1;
|
||||
|
||||
Reference in New Issue
Block a user