mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-30 12:23:42 +01:00
Make a reapply event.
This commit is contained in:
parent
0bc9fc872e
commit
22a8ba3f35
9 changed files with 22 additions and 16 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue