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:
parent
e438abe584
commit
cc02b6457a
2 changed files with 2 additions and 0 deletions
|
|
@ -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 )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue