mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
workaround for IDEA-155240
This commit is contained in:
@@ -180,6 +180,8 @@ class ToolWindowsWidget extends JLabel implements CustomStatusBarWidget, StatusB
|
||||
})
|
||||
.createPopup();
|
||||
|
||||
list.setVisibleRowCount(30); // override default of 15 set when createPopup() is called
|
||||
|
||||
popup.show(point);
|
||||
}, 300);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user