Make a reapply event.

This commit is contained in:
Ottermandias 2024-02-18 13:05:04 +01:00
parent 0bc9fc872e
commit 22a8ba3f35
9 changed files with 22 additions and 16 deletions

View file

@ -225,7 +225,7 @@ public sealed class DesignQuickBar : Window, IDisposable
foreach (var actor in data.Objects)
{
_autoDesignApplier.ReapplyAutomation(actor, id, state!);
_stateManager.ReapplyState(actor);
_stateManager.ReapplyState(actor, StateSource.Manual);
}
}