Fixed initialization sequence in wxCairoContext ctor.
Shared method Init should be invoked to initialize the context to assure consistency with other ctors.
This commit is contained in:
@@ -2134,7 +2134,7 @@ wxCairoContext::wxCairoContext(wxGraphicsRenderer* renderer) :
|
|||||||
m_mswSurface = NULL;
|
m_mswSurface = NULL;
|
||||||
m_mswStateSavedDC = 0;
|
m_mswStateSavedDC = 0;
|
||||||
#endif // __WXMSW__
|
#endif // __WXMSW__
|
||||||
m_context = NULL;
|
Init(NULL);
|
||||||
m_width = 0;
|
m_width = 0;
|
||||||
m_height = 0;
|
m_height = 0;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user