Browse Source

Make sure COMMON_TOOLS initializes the grid.

pull/16/head
Jeff Young 5 years ago
parent
commit
998fe12a5a
  1. 3
      common/tool/common_tools.cpp

3
common/tool/common_tools.cpp

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

Loading…
Cancel
Save