Fixed handling of Pending in automation.

This commit is contained in:
Ottermandias 2024-01-17 14:29:30 +01:00
parent 3b5f89e6a1
commit 8b8f85dd85
4 changed files with 4 additions and 4 deletions

View file

@ -404,7 +404,7 @@ public class StateManager(
_editor.ChangeCrest(state, slot, design.DesignData.Crest(slot), source, out _, key);
var paramSource = source is StateChanged.Source.Manual && redraw
? StateChanged.Source.Outstanding
? StateChanged.Source.Pending
: source;
foreach (var flag in CustomizeParameterExtensions.AllFlags.Where(design.DoApplyParameter))