small changes and the beginning of a TextBackground.qml

This commit is contained in:
Chris Cochrun 2023-09-28 15:17:35 -05:00
parent 9f4d426a8f
commit 7e6e8c71e0
4 changed files with 31 additions and 6 deletions

View file

@ -535,7 +535,11 @@ pub mod song_model {
{
song.background =
updated_background.to_string();
println!("change: updated_background: {:?} model_index: {:?} roles: {:?}", updated_background, model_index, vector_roles.get(0));
debug!(
background = updated_background,
model_index = model_index,
roles = vector_roles.get(0)
);
self.as_mut().emit_data_changed(
model_index,
model_index,