mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 04:06:45 +01:00
set minimum track width
This commit is contained in:
parent
0f6c09cf2b
commit
3010c9ef5d
2 changed files with 2 additions and 2 deletions
|
|
@ -524,7 +524,7 @@ impl<E: Engine> ArrangementTrack<E> {
|
|||
self.width += 1;
|
||||
}
|
||||
pub fn width_dec (&mut self) {
|
||||
if self.width > 1 {
|
||||
if self.width > 3 {
|
||||
self.width -= 1;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue