Make sure COMMON_TOOLS initializes the grid.
This commit is contained in:
parent
c48f4272f3
commit
998fe12a5a
|
@ -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();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue