Make sure COMMON_TOOLS initializes the grid.

This commit is contained in:
Jeff Young 2020-06-13 22:11:32 +01:00
parent c48f4272f3
commit 998fe12a5a
1 changed files with 1 additions and 2 deletions

View File

@ -53,8 +53,7 @@ void COMMON_TOOLS::Reset( RESET_REASON aReason )
m_grids.emplace_back( gridSize, gridSize ); m_grids.emplace_back( gridSize, gridSize );
} }
if( aReason == GAL_SWITCH ) OnGridChanged();
OnGridChanged();
} }