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:
Stefan Csomor
2006-10-26 19:21:32 +00:00
parent cbc3893c76
commit 07c7a3f1fd

View File

@@ -1472,6 +1472,8 @@ void wxMacCoreGraphicsContext::DrawPath( const wxGraphicsPath *path , int fillSt
if ( m_brush )
m_brush->Apply(this);
if ( m_pen )
m_pen->Apply(this);
bool offset = ShouldOffset();