Bug 23978 - wxGraphicsMatrix created w/ incorrect method
Summary: wxGraphicsMatrix created w/ incorrect method
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit wx (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-16 13:19 PST by Kevin Watters
Modified: 2009-02-16 14:07 PST (History)
0 users

See Also:


Attachments
use wxGraphicsRenderer::CreateMatrix to create wxGraphicsMatrix (1.26 KB, patch)
2009-02-16 13:20 PST, Kevin Watters
kevino: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin Watters 2009-02-16 13:19:50 PST
In TransformationMatrixWx.cpp a wxGraphicsMatrix is created with its constructor, instead of with wxGraphicsRenderer::CreateMatrix, so it has an invalid wxObjectRefData set.
Comment 1 Kevin Watters 2009-02-16 13:20:55 PST
Created attachment 27707 [details]
use wxGraphicsRenderer::CreateMatrix to create wxGraphicsMatrix
Comment 2 Kevin Ollivier 2009-02-16 14:07:48 PST
Landed in r41021, thanks!