add scroller for serial port list menu

Fixes #6397
This commit is contained in:
Martino Facchin 2017-06-22 10:24:12 +02:00
parent cd798abd1b
commit 506ebd8011
1 changed files with 3 additions and 0 deletions

View File

@ -1108,6 +1108,9 @@ public class Editor extends JFrame implements RunnerListener {
}
portMenu.setEnabled(portMenu.getMenuComponentCount() > 0);
if (portMenu.getMenuComponentCount() > 0) {
MenuScroller.setScrollerFor(portMenu);
}
}