File tree 1 file changed +7
-8
lines changed 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -1140,7 +1140,6 @@ public void rebuildBoardsMenu(JMenu toolsMenu, final Editor editor) {
1140
1140
// Cycle through all packages
1141
1141
for (TargetPackage targetPackage : packages .values ()) {
1142
1142
String packageName = targetPackage .getName ();
1143
-
1144
1143
// For every package cycle through all platform
1145
1144
for (TargetPlatform targetPlatform : targetPackage .platforms ()) {
1146
1145
String platformName = targetPlatform .getName ();
@@ -1247,15 +1246,15 @@ public void actionPerformed(ActionEvent e) {
1247
1246
}
1248
1247
}
1249
1248
}
1249
+ }
1250
1250
1251
- if (menuItemsToClickAfterStartup .isEmpty ()) {
1252
- menuItemsToClickAfterStartup .add (selectFirstEnabledMenuItem (boardsMenu ));
1253
- }
1251
+ if (menuItemsToClickAfterStartup .isEmpty ()) {
1252
+ menuItemsToClickAfterStartup .add (selectFirstEnabledMenuItem (boardsMenu ));
1253
+ }
1254
1254
1255
- for (JMenuItem menuItemToClick : menuItemsToClickAfterStartup ) {
1256
- menuItemToClick .setSelected (true );
1257
- menuItemToClick .getAction ().actionPerformed (new ActionEvent (this , -1 , "" ));
1258
- }
1255
+ for (JMenuItem menuItemToClick : menuItemsToClickAfterStartup ) {
1256
+ menuItemToClick .setSelected (true );
1257
+ menuItemToClick .getAction ().actionPerformed (new ActionEvent (this , -1 , "" ));
1259
1258
}
1260
1259
}
1261
1260
You can’t perform that action at this time.
0 commit comments