-
Bug
-
Resolution: Cannot Reproduce
-
P2: Important
-
4.2.2
-
None
QFontMetrics::boundingRect() can return too big a height when calculating the bounding rect on X11. When doing:
QRect br = fm.boundingRect("0");
the result is a lot different when comparing Windows to X11, the padding ends up being around 8 pixels on X11 whereas on Windows it is 2.