mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-10 13:46:42 +01:00
add Arranger::is_first_row/is_last_row for arrow focus
This commit is contained in:
parent
a4bd99c117
commit
7bd2a70e85
6 changed files with 81 additions and 27 deletions
|
|
@ -90,12 +90,8 @@ impl TransportToolbar {
|
|||
pub fn new (transport: Option<Transport>) -> Self {
|
||||
let timebase = Arc::new(Timebase::default());
|
||||
Self {
|
||||
metronome: false,
|
||||
focused: false,
|
||||
focus: 0,
|
||||
started: None,
|
||||
jack: None,
|
||||
transport,
|
||||
focused: false,
|
||||
focus: 0,
|
||||
|
||||
playing: TransportPlayPauseButton {
|
||||
value: Some(TransportState::Stopped),
|
||||
|
|
@ -121,7 +117,11 @@ impl TransportToolbar {
|
|||
focused: false
|
||||
},
|
||||
|
||||
transport,
|
||||
timebase,
|
||||
metronome: false,
|
||||
started: None,
|
||||
jack: None,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue