- m_graphicContext->SetBrush( m_backgroundBrush );
- wxPen p = *wxTRANSPARENT_PEN ;
- m_graphicContext->SetPen( p );
- DoDrawRectangle( 0, 0, 32000 , 32000 );
- m_graphicContext->SetPen( m_pen ) ;
- m_graphicContext->SetBrush( m_brush );
+ m_graphicContext->SetBrush( m_backgroundBrush );
+ wxPen p = *wxTRANSPARENT_PEN;
+ m_graphicContext->SetPen( p );
+ DoDrawRectangle( 0, 0, 32000 , 32000 );
+ m_graphicContext->SetPen( m_pen );
+ m_graphicContext->SetBrush( m_brush );