[TD]allow showing units on individual dimensions

This commit is contained in:
wandererfan
2025-01-24 13:04:00 -05:00
parent 06143dcb15
commit 2bc9f2ea1f
7 changed files with 29 additions and 26 deletions

View File

@@ -548,19 +548,6 @@ void QGIDatumLabel::setToleranceString()
updateFrameRect();
}
void QGIDatumLabel::setUnitString(QString text)
{
prepareGeometryChange();
if (text.isEmpty()) {
m_unitText->hide();
}
else {
m_unitText->setPlainText(text);
m_unitText->show();
}
updateFrameRect();
}
int QGIDatumLabel::getPrecision()
{