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;