mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-04 19:10:09 +01:00
Merge pull request #996 from RobinD42/fix-issue944
Fix GraphicsContext created from AutoBufferedPaintDC
(cherry picked from commit 5e7b9bc188)
This commit is contained in:
@@ -74,7 +74,7 @@ def run():
|
||||
pyArgsString='(autoPaintDC) -> GraphicsContext',
|
||||
isStatic=True,
|
||||
body="""\
|
||||
return wxGraphicsContext::Create(autoPaintDC);
|
||||
return wxGraphicsContext::Create(*autoPaintDC);
|
||||
""")
|
||||
|
||||
m = c.find('Create').findOverload('wxEnhMetaFileDC')
|
||||
|
||||
Reference in New Issue
Block a user