Bug 49851 - [Qt] Fix QFont warnings about pixel size <= 0
Summary: [Qt] Fix QFont warnings about pixel size <= 0
Status: RESOLVED DUPLICATE of bug 49759
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords: Qt, QtTriaged
Depends on:
Blocks:
 
Reported: 2010-11-19 19:11 PST by Andreas Kling
Modified: 2010-11-20 08:30 PST (History)
0 users

See Also:


Attachments
Proposed patch (2.71 KB, patch)
2010-11-19 19:18 PST, Andreas Kling
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Kling 2010-11-19 19:11:46 PST
QFont doesn't approve of zero pixelSize, so we shouldn't try to set that.
Comment 1 Andreas Kling 2010-11-19 19:18:49 PST
Created attachment 74458 [details]
Proposed patch
Comment 2 Andreas Kling 2010-11-20 08:30:28 PST
Let's fix this properly!

*** This bug has been marked as a duplicate of bug 49759 ***