mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2026-02-18 21:47:44 +01:00
Run auto redraw on framework, add some locks, handle material value application differently for ApplyAll.
This commit is contained in:
parent
e5f62d3ea9
commit
d8ce81cdc4
10 changed files with 287 additions and 224 deletions
|
|
@ -321,6 +321,8 @@ public class StateEditor(
|
|||
settings.Source, out _, settings.Key);
|
||||
}
|
||||
}
|
||||
|
||||
requiresRedraw |= mergedDesign.Design.Materials.Count > 0 && settings.Source.IsIpc();
|
||||
}
|
||||
|
||||
var actors = settings.Source.RequiresChange()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue