You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: restore id(font) fast path in QwtText.textSize
Recovers ~60% of the text-layout perf regression introduced by the GDI-leak fix (median 3.10 -> 2.73 ms re-measuring 3000 labels, vs 2.57 at v0.16.0). Leak-free: the layout cache holds a strong ref to the one cached font so its id cannot be reused, bounded to one QFont per QwtText.
Assisted-by: Claude Opus 4.8
0 commit comments