Skip to content

Commit

Permalink
remove min point name font size
Browse files Browse the repository at this point in the history
  • Loading branch information
DSCaskey committed Nov 23, 2024
1 parent 53f23ad commit c6634c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/vwidgets/vscenepoint.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ void VScenePoint::paint(QPainter *painter, const QStyleOptionGraphicsItem *optio
setPointPen(scale);
scaleCircleSize(this, scale * .75);

if (qApp->Settings()->getPointNameSize()*scale < 6 || !qApp->Settings()->getHidePointNames())
if (!qApp->Settings()->getHidePointNames())
{
m_pointName->setVisible(false);
m_pointLeader->setVisible(false);
Expand Down

0 comments on commit c6634c2

Please sign in to comment.