missing apply call
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42466 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1472,6 +1472,8 @@ void wxMacCoreGraphicsContext::DrawPath( const wxGraphicsPath *path , int fillSt
|
|||||||
|
|
||||||
if ( m_brush )
|
if ( m_brush )
|
||||||
m_brush->Apply(this);
|
m_brush->Apply(this);
|
||||||
|
if ( m_pen )
|
||||||
|
m_pen->Apply(this);
|
||||||
|
|
||||||
bool offset = ShouldOffset();
|
bool offset = ShouldOffset();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user