Skip to content

Commit b583697

Browse files
committed
Revert "Only sort ideLibs if it's not empty"
This reverts commit 9b324bc.
1 parent e50af34 commit b583697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/processing/app/Base.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1262,8 +1262,8 @@ public void rebuildExamplesMenu(JMenu menu) {
12621262
}
12631263

12641264
// Add examples from libraries
1265+
ideLibs.sort();
12651266
if (!ideLibs.isEmpty()) {
1266-
ideLibs.sort();
12671267
label = new JMenuItem(tr("Examples from Built-in Libraries"));
12681268
label.setEnabled(false);
12691269
menu.add(label);

0 commit comments

Comments
 (0)