Details
-
Bug
-
Resolution: Duplicate
-
P3: Somewhat important
-
None
-
Some Release
-
None
Description
This was not the case with 4.5.2
including some code to reproduce.
In void QtDotNetStyle::drawControl(ControlElement element, const QStyleOption *option,
QPainter *painter, const QWidget *widget) const {
case CE_TabBarTab :
.....
the font of the selected tab is set in bold. With Qt 4.6.0 the text is truncated on display.
Attachments
Issue Links
- is duplicated by
-
QTBUG-8209 QTabBar: Tab size incorrect when using bold font in a style sheet
- Closed