Fix the narrowing conversion problem
This commit is contained in:
parent
42bf66dd74
commit
429c98ee83
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ void SfizzVstEditor::valueChanged(CControl* ctl)
|
|||
case kTagSetScalaRootKey:
|
||||
controller->setParamNormalized(kPidScalaRootKey, valueNorm);
|
||||
controller->performEdit(kPidScalaRootKey, valueNorm);
|
||||
updateScalaRootKeyLabel(value);
|
||||
updateScalaRootKeyLabel(static_cast<int>(value));
|
||||
break;
|
||||
|
||||
case kTagSetTuningFrequency:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue