Commit fda7bbff authored by jean-pierre charras's avatar jean-pierre charras

Gerbview: Fix a compil issue in my last commit.

parents f0c50f00 ba963296
......@@ -111,7 +111,7 @@ GERBVIEW_FRAME::GERBVIEW_FRAME( wxWindow* father,
if( m_LastGridSizeId < ID_POPUP_GRID_LEVEL_1000 )
m_LastGridSizeId = m_LastGridSizeId;
if( m_LastGridSizeId > ID_POPUP_GRID_LEVEL_0_0_1MM )
m_LastGridSizeId = ID_POPUP_GRID_LEVEL_0_0_1MM
m_LastGridSizeId = ID_POPUP_GRID_LEVEL_0_0_1MM;
GetScreen()->SetGrid( ID_POPUP_GRID_LEVEL_1000 + m_LastGridSizeId );
ReCreateMenuBar();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment