Fixed a minor artefact when redraw the grid after a scrool.

This commit is contained in:
jean-pierre charras
2010-09-23 16:04:08 +02:00
parent 148baffdd9
commit f59e30bc8a
5 changed files with 58 additions and 45 deletions
-1
View File
@@ -34,7 +34,6 @@ BASE_SCREEN::BASE_SCREEN( KICAD_T aType ) : EDA_BaseStruct( aType )
m_Zoom = 32 * m_ZoomScalar;
m_Grid.m_Size = wxRealPoint( 50, 50 ); /* Default grid size */
m_Grid.m_Id = ID_POPUP_GRID_LEVEL_50;
m_UserGridIsON = FALSE;
m_Center = true;
m_CurrentSheetDesc = &g_Sheet_A4;
m_IsPrinting = false;