Merge work selector and editor to single dialog

This commit is contained in:
Elias Projahn 2020-11-08 20:23:53 +01:00
parent 9ee7bf166d
commit d20d80d1ac
26 changed files with 1559 additions and 1742 deletions

View file

@ -13,9 +13,6 @@ pub use instrument_editor::*;
pub mod instrument_selector;
pub use instrument_selector::*;
pub mod part_editor;
pub use part_editor::*;
pub mod person_editor;
pub use person_editor::*;
@ -28,17 +25,11 @@ pub use preferences::*;
pub mod recording;
pub use recording::*;
pub mod section_editor;
pub use section_editor::*;
pub mod track_editor;
pub use track_editor::*;
pub mod tracks_editor;
pub use tracks_editor::*;
pub mod work_editor;
pub use work_editor::*;
pub mod work_selector;
pub use work_selector::*;
pub mod work;
pub use work::*;