mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-08 04:36:45 +01:00
fix warnings
This commit is contained in:
parent
eccb355815
commit
4994e218f7
6 changed files with 57 additions and 49 deletions
|
|
@ -76,7 +76,7 @@ impl Content for PhraseEditor<Tui> {
|
|||
Ok(())
|
||||
}).fill_y();
|
||||
let playhead = CustomWidget::new(|_|Ok(Some([32u16,2u16])), move|to: &mut TuiOutput|{
|
||||
if let Some(phrase) = phrase {
|
||||
if let Some(_) = phrase {
|
||||
let time_0 = time_axis.start;
|
||||
let time_z = time_axis.scale;
|
||||
let now = 0; // TODO FIXME: self.now % phrase.read().unwrap().length;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue