compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22892 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
ca58c9bbb8
commit
d7313a611c
@ -543,7 +543,7 @@ void wxPlotXAxisArea::OnPaint( wxPaintEvent &WXUNUSED(event) )
|
||||
}
|
||||
|
||||
dc.SetBrush( *wxWHITE_BRUSH );
|
||||
dc.SetPen( *_TRANSPARENT_PEN );
|
||||
dc.SetPen( *wxTRANSPARENT_PEN );
|
||||
dc.DrawRectangle( 4, 5, client_width-14, 10 );
|
||||
dc.DrawRectangle( 0, 20, client_width, 20 );
|
||||
dc.SetPen( *wxBLACK_PEN );
|
||||
|
Loading…
Reference in New Issue
Block a user