[TD]fix TheoreticalExact frame color

This commit is contained in:
wandererfan
2025-09-10 21:50:59 -05:00
committed by Chris Hennes
parent 689740d3d3
commit f2ac9e2baa
+1 -1
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);
}