mirror of
https://github.com/johrpan/musicus.git
synced 2025-10-27 04:07:25 +01:00
editor: implement tracks editor parts list
This commit is contained in:
parent
642d9340e5
commit
53680df13d
15 changed files with 311 additions and 32 deletions
|
|
@ -181,12 +181,9 @@ impl TracksEditor {
|
|||
}
|
||||
|
||||
fn set_recording(&self, recording: Recording) {
|
||||
self.imp().recording_row.set_title(&format!(
|
||||
"{}: {}",
|
||||
recording.work.composers_string(),
|
||||
recording.work.name.get(),
|
||||
));
|
||||
|
||||
self.imp()
|
||||
.recording_row
|
||||
.set_title(&recording.work.to_string());
|
||||
self.imp()
|
||||
.recording_row
|
||||
.set_subtitle(&recording.performers_string());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue