From 4c47ab723d74362784f5b262f06fd29d7212583f Mon Sep 17 00:00:00 2001 From: shark219-hub Date: Mon, 23 Dec 2024 10:26:52 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A0=84=ED=95=B4=EC=A1=B0=20Null=20Balance=20?= =?UTF-8?q?=EC=84=A4=EB=AA=85=20=ED=8C=9D=EC=97=85=EC=B0=BD=EC=9D=84=20'?= =?UTF-8?q?=EA=B0=9C=EB=B3=84=EB=B3=B4=EA=B8=B0',=20'=EC=A0=84=EC=B2=B4?= =?UTF-8?q?=EB=B3=B4=EA=B8=B0'=20=EC=83=81=ED=83=9C,=20=EB=AA=A8=EB=91=90?= =?UTF-8?q?=20=EB=B3=BC=20=EC=88=98=20=EC=9E=88=EB=8F=84=EB=A1=9D=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cVMS.NET_CS/HMI/MainDisplay/DispCtrl.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cVMS.NET_CS/HMI/MainDisplay/DispCtrl.cs b/cVMS.NET_CS/HMI/MainDisplay/DispCtrl.cs index 20b4675..b2fe4c3 100644 --- a/cVMS.NET_CS/HMI/MainDisplay/DispCtrl.cs +++ b/cVMS.NET_CS/HMI/MainDisplay/DispCtrl.cs @@ -2051,8 +2051,8 @@ namespace vmsnet.HMI else Mouseinfo.Hand = true; //잡은형태 } - if (this.FullScreen) - { /* 작성자: 이재웅, 작성일: 2024-12-04, 작성내용: '전체보기' 상태일 때만 그룹헤더의 [Null Balance] 팝업 정보가 표시되도록 변경 */ + //if (this.FullScreen) + //{ /* 작성자: 이재웅, 작성일: 2024-12-04, 작성내용: '전체보기' 상태일 때만 그룹헤더의 [Null Balance] 팝업 정보가 표시되도록 변경 */ //마우스가 현재 그룹헤더에 존재하는지확인 (헤더에 올경우 특정 정보를 표시) if (!Mouseinfo.Hand && !Mouseinfo.Move) @@ -2075,7 +2075,7 @@ namespace vmsnet.HMI Mouseinfo.Hand = true; } } - } + //} if (Mouseinfo.Hand) this.Cursor = Cursors.Hand; if (Mouseinfo.Cross) this.Cursor = Cursors.Cross;