WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
23978
wxGraphicsMatrix created w/ incorrect method
https://bugs.webkit.org/show_bug.cgi?id=23978
Summary
wxGraphicsMatrix created w/ incorrect method
Kevin Watters
Reported
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.
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
View All
Add attachment
proposed patch, testcase, etc.
Kevin Watters
Comment 1
2009-02-16 13:20:55 PST
Created
attachment 27707
[details]
use wxGraphicsRenderer::CreateMatrix to create wxGraphicsMatrix
Kevin Ollivier
Comment 2
2009-02-16 14:07:48 PST
Landed in
r41021
, thanks!
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug