git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69217
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
{
Init();
wxGraphicsContext* context;
{
Init();
wxGraphicsContext* context;
-#if wxUSE_CAIRO
- wxGraphicsRenderer* renderer = wxGraphicsRenderer::GetCairoRenderer();
- context = renderer->CreateContext(dc);
-#else
context = wxGraphicsContext::Create(dc);
context = wxGraphicsContext::Create(dc);
SetGraphicsContext( context );
}
SetGraphicsContext( context );
}