Fix build error when compiling against 2.8 branch of wxWidgets.

This commit is contained in:
Wayne Stambaugh 2010-09-24 08:18:33 -04:00
parent bff752e7bf
commit 6d5ee76668
1 changed files with 1 additions and 1 deletions

View File

@ -816,7 +816,7 @@ void WinEDA_DrawPanel::DrawGrid( wxDC* DC )
int increment = double_size ? 2 : 1;
if( double_size )
{
wxRealPoint dblgrid = screen_grid_size * 2;
wxRealPoint dblgrid = screen_grid_size + screen_grid_size;
m_Parent->PutOnGrid(&org, &dblgrid);
}