修复告警

Signed-off-by: zhouyongfei <zhouyongfei@huawei.com>
This commit is contained in:
zhouyongfei
2022-01-28 22:41:00 +08:00
parent 347cd288c5
commit 3e712240ce
4 changed files with 7 additions and 6 deletions
@@ -295,7 +295,8 @@ using namespace MessageID;
return;
}
if (cursorInfo_.left == cursorInfo.left && cursorInfo_.top == cursorInfo.top && cursorInfo_.height == cursorInfo.height) {
if (cursorInfo_.left == cursorInfo.left && cursorInfo_.top == cursorInfo.top
&& cursorInfo_.height == cursorInfo.height) {
return;
}
cursorInfo_ = cursorInfo;