Fixing button locking, part I
This commit is contained in:
@@ -212,8 +212,8 @@ std::optional<BCValuePtr> BCXmlLoader::makeValue( BCDevice::ID deviceID, const B
|
||||
BCValue& newValue = *newValuePtr.get();
|
||||
|
||||
setIfExists( params.Factor, newValue.factor );
|
||||
setIfExists( params.Min, newValue.min );
|
||||
setIfExists( params.Max, newValue.max );
|
||||
setIfExists( params.Min, newValue.optMin );
|
||||
setIfExists( params.Max, newValue.optMax );
|
||||
setIfExists( params.IsWord, newValue.isWord );
|
||||
|
||||
newValue.label = params.Label;
|
||||
|
||||
Reference in New Issue
Block a user