mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Update judgement after children have been updated.
This commit is contained in:
@ -106,9 +106,9 @@ namespace osu.Game.Overlays.Toolbar
|
||||
|
||||
private Cached activeMode = new Cached();
|
||||
|
||||
protected override void UpdateLayout()
|
||||
protected override void UpdateAfterChildren()
|
||||
{
|
||||
base.UpdateLayout();
|
||||
base.UpdateAfterChildren();
|
||||
|
||||
if (!activeMode.EnsureValid())
|
||||
activeMode.Refresh(() => modeButtonLine.MoveToX(activeButton.DrawPosition.X, 200, EasingTypes.OutQuint));
|
||||
|
Reference in New Issue
Block a user