zxd
2023-10-21 89cd7441c184d37f90d4d5311b348e938119765f
MTerm1/MTerm1View.cpp
@@ -3254,7 +3254,7 @@
      stProgSection thisprogsec;
      //判断越界
      if (j + nNextX >= m_CellPerLine)
      if (j + nNextX > m_CellPerLine)
      {
         continue;
      }