mirror of https://github.com/ppy/osu
Perform first inspector text update immediately
Provides better and more consistent initial state for the inspector.
This commit is contained in:
parent
641415ca32
commit
60358c7203
|
@ -46,6 +46,7 @@ protected override void LoadComplete()
|
|||
EditorBeatmap.SelectedHitObjects.CollectionChanged += (_, _) => updateInspectorText();
|
||||
EditorBeatmap.TransactionBegan += updateInspectorText;
|
||||
EditorBeatmap.TransactionEnded += updateInspectorText;
|
||||
updateInspectorText();
|
||||
}
|
||||
|
||||
private ScheduledDelegate? rollingTextUpdate;
|
||||
|
|
Loading…
Reference in New Issue