Skip to content

Commit

Permalink
Add scroller for programmers menu
Browse files Browse the repository at this point in the history
  • Loading branch information
facchinm committed Oct 16, 2017
1 parent ffa13ed commit bfea272
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 @@ -769,6 +769,7 @@ public void actionPerformed(ActionEvent e) {

base.rebuildProgrammerMenu();
programmersMenu = new JMenu(tr("Programmer"));
MenuScroller.setScrollerFor(programmersMenu);
base.getProgrammerMenus().stream().forEach(programmersMenu::add);
toolsMenu.add(programmersMenu);

Expand Down

0 comments on commit bfea272

Please sign in to comment.