mirror of
https://github.com/ppy/osu.git
synced 2024-11-15 13:07:24 +08:00
Fix "centre on selected object" sometimes remaining disabled after moving grid
This commit is contained in:
parent
3da59f44b5
commit
04c65ad919
@ -192,6 +192,7 @@ namespace osu.Game.Rulesets.Osu.Edit
|
||||
{
|
||||
StartPositionX.Value = pos.NewValue.X;
|
||||
StartPositionY.Value = pos.NewValue.Y;
|
||||
updateEnabledStates();
|
||||
});
|
||||
|
||||
Spacing.BindValueChanged(spacing =>
|
||||
|
Loading…
Reference in New Issue
Block a user