mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 12:16:42 +01:00
vscroll seq pt.5: note axis start by 2
This commit is contained in:
parent
ac65cea371
commit
6d7577553a
2 changed files with 3 additions and 3 deletions
|
|
@ -275,7 +275,7 @@ impl<E: Engine> PhraseEditor<E> {
|
|||
axis.point_dec(1);
|
||||
if let Some(point) = axis.point {
|
||||
if point < axis.start {
|
||||
axis.start = point;
|
||||
axis.start = (point / 2) * 2;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue