[TD]fix TheoreticalExact frame color

This commit is contained in:
wandererfan
2025-09-08 22:03:09 -04:00
committed by Chris Hennes
parent 689740d3d3
commit f2ac9e2baa

View File

@@ -551,7 +551,7 @@ void QGIDatumLabel::setPrettyNormal()
m_tolTextOver->setPrettyNormal();
m_tolTextUnder->setPrettyNormal();
m_unitText->setPrettyNormal();
setFrameColor(PreferencesGui::normalQColor());
setFrameColor(m_colNormal);
Q_EMIT setPretty(NORMAL);
}