diff --git a/common/tool/common_tools.cpp b/common/tool/common_tools.cpp index 40ff9d81a0..63bd643a39 100644 --- a/common/tool/common_tools.cpp +++ b/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(); }