]> git.saurik.com Git - wxWidgets.git/commitdiff
Added back the missing wxDash line
authorJulian Smart <julian@anthemion.co.uk>
Sat, 14 Sep 2002 17:28:12 +0000 (17:28 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Sat, 14 Sep 2002 17:28:12 +0000 (17:28 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17177 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/dc.cpp
src/mac/dc.cpp

index ef065b7ac1172db31e9f62771522222d252d7811..9e151e2a2e1a34981b3ce048f9e1697f6f59f4c9 100644 (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 )
                        {
index ef065b7ac1172db31e9f62771522222d252d7811..9e151e2a2e1a34981b3ce048f9e1697f6f59f4c9 100644 (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 )
                        {