Bug 73463 - fix printing on Mac
Summary: fix printing on Mac
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit wx (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-30 10:08 PST by Robin Dunn
Modified: 2011-11-30 11:28 PST (History)
1 user (show)

See Also:


Attachments
fix wxGCDC use for printing (1.45 KB, patch)
2011-11-30 10:08 PST, Robin Dunn
kevino: review+
kevino: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Robin Dunn 2011-11-30 10:08:54 PST
Created attachment 117209 [details]
fix wxGCDC use for printing

Use the wxGCDC(wxGraphicsContext) constructor on Mac as well to avoid issues with the wxGCDC(wxPrinterDC) constructor.
Comment 1 Kevin Ollivier 2011-11-30 11:28:18 PST
Landed in r101536, thanks!