提交 8b2e38d4 编写于 作者: A alexsch

7152952: [macosx] List rows overlap with enlarged font

Reviewed-by: art, rupashka
上级 952a919f
......@@ -245,6 +245,15 @@ final class LWListPeer
}
}
@Override
public void setFont(Font font) {
super.setFont(font);
if (getView() != null) {
getView().setFont(font);
LWListPeer.this.revalidate();
}
}
private final class JListDelegate extends JList<Object> {
JListDelegate() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册