Details
-
Bug
-
Resolution: Out of scope
-
P3: Somewhat important
-
4.6.3, 4.7.0
-
None
Description
In QCommonStyle::subElementRect, it uses hard-coded value to calculate SE_HeaderArrow rect, and returns a small rect which causes the arrow icon to be clipped.
It happens when padding or margin or border set to 0px (then the height of the opt.rect will be smaller, then we get even much smaller height after calculation).
Test program attached.