Skip to content

Commit

Permalink
Merge pull request #6411 from facchinm/huge_serialportlist_scrollable
Browse files Browse the repository at this point in the history
Add scroller for serial port list menu
  • Loading branch information
facchinm committed Aug 1, 2017
2 parents 4d675d1 + 76f4668 commit 0c4d59d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/processing/app/Editor.java
Original file line number Diff line number Diff line change
Expand Up @@ -761,6 +761,7 @@ public void actionPerformed(ActionEvent e) {
portMenu = new JMenu(tr("Port"));
populatePortMenu();
toolsMenu.add(portMenu);
MenuScroller.setScrollerFor(portMenu);
item = new JMenuItem(tr("Get Board Info"));
item.addActionListener(e -> handleBoardInfo());
toolsMenu.add(item);
Expand Down

0 comments on commit 0c4d59d

Please sign in to comment.