From: Julian Smart Date: Sat, 14 Sep 2002 17:28:12 +0000 (+0000) Subject: Added back the missing wxDash line X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/cc02b6457a2e80ceae530c350a166f3352be569b Added back the missing wxDash line git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17177 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/mac/carbon/dc.cpp b/src/mac/carbon/dc.cpp index ef065b7ac1..9e151e2a2e 100644 --- a/src/mac/carbon/dc.cpp +++ b/src/mac/carbon/dc.cpp @@ -2041,6 +2041,7 @@ void wxDC::MacInstallPen() const case wxUSER_DASH : { wxDash* dash ; + int number = m_pen.GetDashes(&dash) ; // right now we don't allocate larger pixmaps for ( int i = 0 ; i < 8 ; ++i ) { diff --git a/src/mac/dc.cpp b/src/mac/dc.cpp index ef065b7ac1..9e151e2a2e 100644 --- a/src/mac/dc.cpp +++ b/src/mac/dc.cpp @@ -2041,6 +2041,7 @@ void wxDC::MacInstallPen() const case wxUSER_DASH : { wxDash* dash ; + int number = m_pen.GetDashes(&dash) ; // right now we don't allocate larger pixmaps for ( int i = 0 ; i < 8 ; ++i ) {