전해조 Null Balance 설명 팝업창을 '개별보기', '전체보기' 상태, 모두 볼 수 있도록 변경

This commit is contained in:
shark219-hub
2024-12-23 10:26:52 +09:00
parent 7221fcad73
commit 4c47ab723d

View File

@@ -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;