提交 4308a6a0 编写于 作者: S serge-rider

#3506 Results grid header tooltips


Former-commit-id: 78cb24d0
上级 f11c7706
......@@ -3623,7 +3623,7 @@ public abstract class LightGrid extends Canvas {
boolean hoverChange = false;
if (hoveringItem != row || !CommonUtils.equalObjects(hoveringDetail, detail) || hoveringColumn != col) {
if (hoveringItem != row || !CommonUtils.equalObjects(hoveringDetail, detail) || hoveringColumn != col || y <= headerHeight) {
hoveringItem = row;
hoveringDetail = detail;
hoveringColumn = col;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册