small changes and the beginning of a TextBackground.qml
This commit is contained in:
parent
9f4d426a8f
commit
7e6e8c71e0
4 changed files with 31 additions and 6 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue