mirror of
https://codeberg.org/unspeaker/tek.git
synced 2026-08-28 21:06:56 +02:00
restruct: 21e
This commit is contained in:
parent
3bbe52093e
commit
47ef33180c
5 changed files with 85 additions and 80 deletions
|
|
@ -24,7 +24,10 @@ pub struct MidiEditor {
|
|||
|
||||
impl_default!(MidiEditor: Self {
|
||||
mode: PianoHorizontal::new(None),
|
||||
size: Size(0.into(), 0.into()),
|
||||
size: Size(
|
||||
Arc::new(0usize.into()),
|
||||
Arc::new(0usize.into()),
|
||||
),
|
||||
});
|
||||
|
||||
impl MidiEditor {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue