From 4b0538e87beb83b9bf1e3a090b3af38a7c053528 Mon Sep 17 00:00:00 2001 From: "DESKTOP-999R8N3\\CJY" Date: Wed, 5 Apr 2023 15:48:26 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A9=94=EC=9D=B8=ED=99=94=EB=A9=B4=20?= =?UTF-8?q?=EB=9D=BC=EB=B2=A8=20=EC=9C=84=EC=B9=98=20=EA=B4=80=EB=A0=A8=20?= =?UTF-8?q?=EB=B2=84=EA=B7=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- INT_PT002/Forms/FormMainDisplay2.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/INT_PT002/Forms/FormMainDisplay2.cs b/INT_PT002/Forms/FormMainDisplay2.cs index fe84f96..9679af8 100644 --- a/INT_PT002/Forms/FormMainDisplay2.cs +++ b/INT_PT002/Forms/FormMainDisplay2.cs @@ -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: