mirror of
https://github.com/osukey/osukey.git
synced 2025-05-30 09:57:21 +09:00
Update colours once on TimelineHitObjectBlueprint
This commit is contained in:
parent
20adfabc97
commit
ee3791ccf2
@ -123,12 +123,12 @@ namespace osu.Game.Screens.Edit.Compose.Components.Timeline
|
|||||||
indexInCurrentComboBindable.BindValueChanged(_ => updateComboIndex(), true);
|
indexInCurrentComboBindable.BindValueChanged(_ => updateComboIndex(), true);
|
||||||
|
|
||||||
comboIndexBindable = comboInfo.ComboIndexBindable.GetBoundCopy();
|
comboIndexBindable = comboInfo.ComboIndexBindable.GetBoundCopy();
|
||||||
comboIndexBindable.BindValueChanged(_ => updateColour(), true);
|
|
||||||
|
|
||||||
comboIndexWithOffsetsBindable = comboInfo.ComboIndexWithOffsetsBindable.GetBoundCopy();
|
comboIndexWithOffsetsBindable = comboInfo.ComboIndexWithOffsetsBindable.GetBoundCopy();
|
||||||
comboIndexWithOffsetsBindable.BindValueChanged(_ => updateColour(), true);
|
|
||||||
|
|
||||||
|
comboIndexBindable.ValueChanged += _ => updateColour();
|
||||||
|
comboIndexWithOffsetsBindable.ValueChanged += _ => updateColour();
|
||||||
skin.SourceChanged += updateColour;
|
skin.SourceChanged += updateColour;
|
||||||
|
updateColour();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user