1
0
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:
Bartłomiej Dach 2024-10-07 10:29:18 +02:00
parent 3da59f44b5
commit 04c65ad919
No known key found for this signature in database

View File

@ -192,6 +192,7 @@ namespace osu.Game.Rulesets.Osu.Edit
{
StartPositionX.Value = pos.NewValue.X;
StartPositionY.Value = pos.NewValue.Y;
updateEnabledStates();
});
Spacing.BindValueChanged(spacing =>