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

ERD attribute colors

上级 53dbb923
......@@ -91,6 +91,10 @@ public class AttributeItemFigure extends Figure
attrNameLabel.setFont(columnFont);
attrNameLabel.setForegroundColor(columnColor);
if (rightPanel != null) {
rightPanel.setFont(columnFont);
rightPanel.setForegroundColor(columnColor);
}
}
protected Color getColumnForegroundColor() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册