mirror of
https://github.com/arduino/Arduino.git
synced 2025-03-15 12:29:26 +01:00
Revert "Only sort ideLibs if it's not empty"
This reverts commit 9b324bc9cc5c101f403a994d5e53160ee89aa7c6.
This commit is contained in:
parent
e50af34c50
commit
b583697e0b
@ -1262,8 +1262,8 @@ public class Base {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Add examples from libraries
|
// Add examples from libraries
|
||||||
|
ideLibs.sort();
|
||||||
if (!ideLibs.isEmpty()) {
|
if (!ideLibs.isEmpty()) {
|
||||||
ideLibs.sort();
|
|
||||||
label = new JMenuItem(tr("Examples from Built-in Libraries"));
|
label = new JMenuItem(tr("Examples from Built-in Libraries"));
|
||||||
label.setEnabled(false);
|
label.setEnabled(false);
|
||||||
menu.add(label);
|
menu.add(label);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user