Added getter & setter for BCValue

This commit is contained in:
2026-01-11 14:48:51 +01:00
parent 9c35c9ea42
commit 25e752e83b
11 changed files with 139 additions and 59 deletions

View File

@@ -64,7 +64,7 @@ bool BCValue::isReadOnly() const
}
double BCValue::calcRatio() const
double BCValue::calcMinMaxRatio() const
{
double ratio = 0;