Make sure COMMON_TOOLS initializes the grid.
This commit is contained in:
parent
c48f4272f3
commit
998fe12a5a
|
@ -53,7 +53,6 @@ void COMMON_TOOLS::Reset( RESET_REASON aReason )
|
|||
m_grids.emplace_back( gridSize, gridSize );
|
||||
}
|
||||
|
||||
if( aReason == GAL_SWITCH )
|
||||
OnGridChanged();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue