修复告警

Signed-off-by: zhouyongfei <zhouyongfei@huawei.com>
This commit is contained in:
zhouyongfei
2022-01-28 22:41:00 +08:00
parent 863641c293
commit c52066b74a
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;