7152952: [macosx] List rows overlap with enlarged font
Reviewed-by: art, rupashka
This commit is contained in:
parent
980d62fd25
commit
2b73b29421
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user