张洋 3 лет назад
Родитель
Сommit
653a95bead
1 измененных файлов с 5 добавлено и 0 удалено
  1. 5 0
      zhipuzi_pos_windows/page/CZhengcanPageUI.cpp

+ 5 - 0
zhipuzi_pos_windows/page/CZhengcanPageUI.cpp

@@ -211,6 +211,11 @@ void CZhengcanPageUI::UpdateTabletypePos()
 	//根据宽度计算每行显示的数量
 	int nMeihangNum = (nWidth - 20) / 135;
 
+	if (nMeihangNum < 1)
+	{
+		nMeihangNum = 1;
+	}
+
 	int num = 0;
 
 	CHorizontalLayoutUI* pFenleiLayout = static_cast<CHorizontalLayoutUI*>(this->FindSubControl(_T("zhengcan_zhuozi_type_layout")));