minor problems fixed

This commit is contained in:
charras
2009-10-15 11:35:53 +00:00
parent 92064f1dbf
commit 5c7c2fafa1
10 changed files with 47 additions and 13 deletions
+1 -1
View File
@@ -252,7 +252,7 @@ void WinEDA_DrawFrame::OnSelectGrid( wxCommandEvent& event )
*/
m_LastGridSizeId = id - ID_POPUP_GRID_LEVEL_1000;
screen->m_Curseur = DrawPanel->GetScreenCenterRealPosition();
screen->SetGrid( event.GetId() );
screen->SetGrid( id );
Refresh();
}