From cc02b6457a2e80ceae530c350a166f3352be569b Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Sat, 14 Sep 2002 17:28:12 +0000 Subject: [PATCH] Added back the missing wxDash line git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17177 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/mac/carbon/dc.cpp | 1 + src/mac/dc.cpp | 1 + 2 files changed, 2 insertions(+) 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 ) { -- 2.50.0