restruct: 21e

This commit is contained in:
i do not exist 2026-06-25 11:09:45 +03:00
parent 3bbe52093e
commit 47ef33180c
5 changed files with 85 additions and 80 deletions

View file

@ -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 {