workaround for IDEA-155240

This commit is contained in:
Bas Leijdekkers
2017-02-22 10:40:05 +01:00
parent ffdbf9ab40
commit 1eba13d315
@@ -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);
}