mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-30 04:13:43 +01:00
Allow custom values for percentages and lists.
This commit is contained in:
parent
4e021d016e
commit
45a8cbcf89
3 changed files with 18 additions and 9 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue