mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 12:16:42 +01:00
starting to look good... wait what
This commit is contained in:
parent
9aeb792f7d
commit
fca1e85611
6 changed files with 38 additions and 23 deletions
|
|
@ -106,7 +106,7 @@ impl MidiViewer for MidiEditor {
|
|||
pub trait HasEditor {
|
||||
fn editor (&self) -> Option<&MidiEditor>;
|
||||
fn editor_mut (&mut self) -> Option<&mut MidiEditor>;
|
||||
fn is_editing (&self) -> bool { true }
|
||||
fn is_editing (&self) -> bool { self.editor().is_some() }
|
||||
fn editor_w (&self) -> usize { 0 }
|
||||
fn editor_h (&self) -> usize { 0 }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue