Bug 4422 - QFont has mistake where it caches computed pitch value incorrectly
Summary: QFont has mistake where it caches computed pitch value incorrectly
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Darin Adler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-13 23:10 PDT by Darin Adler
Modified: 2005-08-14 21:34 PDT (History)
0 users

See Also:


Attachments
patch to clear _pitch whenever _NSFont is cleared (2.11 KB, patch)
2005-08-13 23:10 PDT, Darin Adler
mjs: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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