Details
-
Task
-
Resolution: Incomplete
-
P2: Important
-
4.3.3
-
None
Description
QLineEdit reevaluates minLeftBearing() and minRightBearing() too often (such as in the paint event). These functions are expensive, so their values should be cached and only updated when the font changes.