actually set value to default value

This commit is contained in:
Michael Becker 2019-12-15 05:37:52 -05:00
parent 8c6c401664
commit 954fee1a26
No known key found for this signature in database
GPG Key ID: 389DFF5D73781A12

View File

@ -32,6 +32,7 @@ namespace UniversalEditor
: base(propertyName, title, enabled, visible)
{
mvarDefaultValue = defaultValue;
mvarValue = defaultValue;
}
private bool mvarDefaultValue = false;