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

Links renderer fix


Former-commit-id: 01978d68
上级 84bf3e96
......@@ -201,7 +201,7 @@ public abstract class ObjectViewerRenderer {
} else {
textBounds = ((TableItem) event.item).getTextBounds(event.index);
}
linkLayout.draw(gc, textBounds.x, textBounds.y + 1);
linkLayout.draw(gc, textBounds.x, textBounds.y);
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册