Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Merge branch 'fix/note-sync-tr-loop' into csboling-dev
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
src/ansible_grid.c
|
|
@@ -1940,7 +1940,7 @@ void handler_KriaGridKey(s32 data) { |
|
|
} else { |
|
|
update_loop_start(loop_edit, loop_first, mTr); |
|
|
if (note_sync) { |
|
|
update_loop_start(loop_edit, loop_first, mTr); |
|
|
update_loop_start(loop_edit, loop_first, mNote); |
|
|
} |
|
|
} |
|
|
} |
|
|
|