mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-12 18:27:24 +01:00
Fix another color thing.
This commit is contained in:
parent
42aa4fb4a2
commit
4abae59974
2 changed files with 2 additions and 5 deletions
|
|
@ -755,12 +755,9 @@ public class StateListener : IDisposable
|
|||
break;
|
||||
case StateChanged.Source.Pending:
|
||||
state.BaseData.Parameters.Set(flag, newValue);
|
||||
state[flag] = StateChanged.Source.Manual;
|
||||
if (_config.UseAdvancedParameters)
|
||||
{
|
||||
model.ApplySingleParameterData(flag, state.ModelData.Parameters);
|
||||
state[flag] = StateChanged.Source.Manual;
|
||||
}
|
||||
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -404,7 +404,7 @@ public class StateManager(
|
|||
foreach (var slot in CrestExtensions.AllRelevantSet.Where(design.DoApplyCrest))
|
||||
_editor.ChangeCrest(state, slot, design.DesignData.Crest(slot), source, out _, key);
|
||||
|
||||
var paramSource = source is StateChanged.Source.Manual && redraw
|
||||
var paramSource = source is StateChanged.Source.Manual
|
||||
? StateChanged.Source.Pending
|
||||
: source;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue