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
1 changed files with 1 additions and 0 deletions

View File

@ -192,6 +192,7 @@ protected override void LoadComplete()
{
StartPositionX.Value = pos.NewValue.X;
StartPositionY.Value = pos.NewValue.Y;
updateEnabledStates();
});
Spacing.BindValueChanged(spacing =>