Bug 4422

Summary: QFont has mistake where it caches computed pitch value incorrectly
Product: WebKit Reporter: Darin Adler <darin>
Component: WebKit Misc.Assignee: Darin Adler <darin>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
patch to clear _pitch whenever _NSFont is cleared mjs: review+

Description Darin Adler 2005-08-13 23:10:10 PDT
I noticed by code inspection a problem in QFont where it remembers a pitch value even when things 
change that could invalidate that.
Comment 1 Darin Adler 2005-08-13 23:10:45 PDT
Created attachment 3370 [details]
patch to clear _pitch whenever _NSFont is cleared