Fix build error when compiling against 2.8 branch of wxWidgets.
This commit is contained in:
parent
bff752e7bf
commit
6d5ee76668
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue