[TD] Hotfix for Dimension label Arbitrary value regression in DrawViewDimension.cpp
This commit is contained in:
@@ -957,6 +957,9 @@ std::string DrawViewDimension::getFormattedDimensionValue(int partial)
|
||||
|
||||
return result.toStdString();
|
||||
}
|
||||
if (Arbitrary.getValue()) {
|
||||
return FormatSpec.getStrValue();
|
||||
}
|
||||
|
||||
return formatValue(getDimValue(), qFormatSpec, partial);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user