diff --git a/app/src/processing/app/Base.java b/app/src/processing/app/Base.java index e11546c10b8..5d8d73ca524 100644 --- a/app/src/processing/app/Base.java +++ b/app/src/processing/app/Base.java @@ -1497,6 +1497,8 @@ public void actionPerformed(ActionEvent actionevent) { } } + Collections.sort(platformMenus, new JMenuItemTextComparator()); + JMenuItem firstBoardItem = null; if (platformMenus.size() == 1) { // When just one platform exists, add the board items directly,