Use Units Decimal setting

This commit is contained in:
WandererFan
2016-04-30 08:23:40 -04:00
committed by wmayer
parent dc205d37fc
commit 358c55c228
2 changed files with 22 additions and 11 deletions

View File

@@ -235,9 +235,6 @@ void CmdTechDrawNewDimension::activated(int iMsg)
}
std::string contentStr;
//if (dimType == "Angle") {
// contentStr = "%value%\x00b0";
//} else
if (dimType == "Radius") {
contentStr = "r%value%";
}