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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue