[TechDraw] fix regression from PR19502

This commit is contained in:
Syres916
2025-07-14 00:28:45 +01:00
committed by Chris Hennes
parent e6b6007940
commit 0f4d25f8c6

View File

@@ -250,7 +250,7 @@ std::string DimensionFormatter::getFormattedDimensionValue(const Format partial)
tolerance.remove(plus);
return (labelText +
QStringLiteral(" \xC2\xB1 ") + // +/- symbol
QString::fromUtf8(" \xC2\xB1 ") + // +/- symbol
tolerance).toStdString();
// Unreachable code??