Allow custom values for percentages and lists.

This commit is contained in:
Ottermandias 2023-07-31 18:17:41 +02:00
parent 4e021d016e
commit 45a8cbcf89
3 changed files with 18 additions and 9 deletions

View file

@ -33,9 +33,6 @@ public partial class CustomizationDrawer : IDisposable
public CustomizeFlag Changed { get; private set; }
public CustomizeFlag ChangeApply { get; private set; }
public bool RequiresRedraw
=> Changed.RequiresRedraw();
private CustomizeFlag _initialApply;
private bool _locked = false;
private bool _lockedRedraw = false;