Add an option for designs to always force a redraw.

This commit is contained in:
Ottermandias 2024-05-05 15:29:37 +02:00
parent 86c871fa81
commit 2713e6f1f6
11 changed files with 52 additions and 6 deletions

View file

@ -42,4 +42,7 @@ public class RevertDesign : IDesignStandIn
public bool ChangeData(object data)
=> false;
public bool ForcedRedraw
=> false;
}