Added back the missing wxDash line

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17177 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2002-09-14 17:28:12 +00:00
parent e438abe584
commit cc02b6457a
2 changed files with 2 additions and 0 deletions

View File

@@ -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 )
{

View File

@@ -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 )
{