We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0e5bab commit ffa13edCopy full SHA for ffa13ed
app/src/processing/app/Base.java
@@ -1404,7 +1404,7 @@ public void rebuildBoardsMenu() throws Exception {
1404
// The first custom menu is the "Board" selection submenu
1405
JMenu boardMenu = new JMenu(tr("Board"));
1406
boardMenu.putClientProperty("removeOnWindowDeactivation", true);
1407
- MenuScroller.setScrollerFor(boardMenu);
+ MenuScroller.setScrollerFor(boardMenu).setTopFixedCount(1);
1408
1409
boardMenu.add(new JMenuItem(new AbstractAction(tr("Boards Manager...")) {
1410
public void actionPerformed(ActionEvent actionevent) {
0 commit comments