Misc small changes, some for VC++ 1.5
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6238 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -951,8 +951,8 @@ void wxListLineData::SetAttributes(wxDC *dc,
|
||||
|
||||
void wxListLineData::DoDraw( wxDC *dc, bool hilight, bool paintBG )
|
||||
{
|
||||
wxCoord dev_x = 0;
|
||||
wxCoord dev_y = 0;
|
||||
int dev_x = 0;
|
||||
int dev_y = 0;
|
||||
m_owner->CalcScrolledPosition( m_bound_all.x, m_bound_all.y, &dev_x, &dev_y );
|
||||
wxCoord dev_w = m_bound_all.width;
|
||||
wxCoord dev_h = m_bound_all.height;
|
||||
|
Reference in New Issue
Block a user