Use IDesignEditor for designs.

This commit is contained in:
Ottermandias 2024-01-25 16:51:37 +01:00
parent 46fcac6c7d
commit b92dc03eb5
6 changed files with 448 additions and 337 deletions

View file

@ -30,7 +30,7 @@ public ref struct ToggleDrawData
DisplayApplication = true,
CurrentValue = design.DesignData.GetMeta(index),
CurrentApply = design.DoApplyMeta(index),
SetValue = b => manager.ChangeMeta(design, index, b),
SetValue = b => manager.ChangeMetaState(design, index, b),
SetApply = b => manager.ChangeApplyMeta(design, index, b),
};