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:
@@ -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 )
|
||||
{
|
||||
|
@@ -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 )
|
||||
{
|
||||
|
Reference in New Issue
Block a user