Skip to content

Commit 0c4d59d

Browse files
authored
Merge pull request #6411 from facchinm/huge_serialportlist_scrollable
Add scroller for serial port list menu
2 parents 4d675d1 + 76f4668 commit 0c4d59d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/processing/app/Editor.java

+1
Original file line numberDiff line numberDiff line change
@@ -761,6 +761,7 @@ public void actionPerformed(ActionEvent e) {
761761
portMenu = new JMenu(tr("Port"));
762762
populatePortMenu();
763763
toolsMenu.add(portMenu);
764+
MenuScroller.setScrollerFor(portMenu);
764765
item = new JMenuItem(tr("Get Board Info"));
765766
item.addActionListener(e -> handleBoardInfo());
766767
toolsMenu.add(item);

0 commit comments

Comments
 (0)