Run auto redraw on framework, add some locks, handle material value application differently for ApplyAll.

This commit is contained in:
Ottermandias 2024-02-22 18:10:45 +01:00
parent e5f62d3ea9
commit d8ce81cdc4
10 changed files with 287 additions and 224 deletions

View file

@ -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()