Skip to content

Commit 4e1d7b9

Browse files
wubw050818202781743
authored andcommitted
fix: 重启任务栏右键菜单概率不显示文字内容
原因是QFontInfo中的指针字体大小为无穷大,导致设置字体无法显示出来 而QFont里面字体大小是正常的,需要Qt具体分析根因 Log: 重启任务栏概率右键菜单不显示文字内容 Influence: 任务栏邮件菜单显示 Bug: CPM20250312001539 Change-Id: I963b9f2bdcb576bd1bea38b43a3a778e3d687283
1 parent 7a76cc9 commit 4e1d7b9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

styleplugins/chameleon/chameleonstyle.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3438,7 +3438,6 @@ bool ChameleonStyle::drawMenuItem(const QStyleOptionMenuItem *option, QPainter *
34383438
}
34393439

34403440
QFont font = menuItem->font;
3441-
font.setPointSizeF(QFontInfo(menuItem->font).pointSizeF());
34423441
painter->setFont(font);
34433442
const QString textToDraw = textRef.left(tabIndex).toString();
34443443

0 commit comments

Comments
 (0)