[TD]fix Text sizes not exact

This commit is contained in:
Wanderer Fan
2022-05-14 11:42:27 -04:00
committed by WandererFan
parent 8b4e114b9d
commit 71426aa467
10 changed files with 67 additions and 45 deletions

View File

@@ -54,7 +54,7 @@ QGIGhostHighlight::QGIGhostHighlight()
m_dragging = false;
//make the ghost very visible
QFont f(QGIView::getPrefFont());
QFont f(Preferences::labelFontQString());
double fontSize = Preferences::labelFontSizeMM();
setFont(f, fontSize);
setReference("drag");