메인화면 라벨 위치 관련 버그 수정

main
DESKTOP-999R8N3\CJY 2023-04-05 15:48:26 +09:00
parent 1b916254e1
commit 4b0538e87b
1 changed files with 2 additions and 0 deletions

View File

@ -475,6 +475,8 @@ namespace INT_PT002.Forms
case Define.E_ProcessStatus._0_None:
break;
case Define.E_ProcessStatus._1_Initial:
for (int i = 0; i < this.CollectionLabelProgress.Count; i++)
this.UnselectLabelRefresh(i);
this.SelectLabelRefresh(0);
break;
case Define.E_ProcessStatus._2_ProductEntry: