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

#482 Grid columns resize fix


Former-commit-id: 2521ab16
上级 d94032ff
......@@ -1873,13 +1873,15 @@ public abstract class LightGrid extends Canvas {
columnBeingSorted = column;
break;
}
x2 += column.getWidth();
if (x2 >= (x - COLUMN_RESIZER_THRESHOLD) && x2 <= (x + COLUMN_RESIZER_THRESHOLD)) {
overResizer = true;
columnBeingResized = column;
break;
}
} else {
x2 += column.getWidth();
}
x2 += column.getWidth();
}
}
// Redraw header
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册