mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
AT-1729 ExpandMenuCommand throws exceptions
GitOrigin-RevId: 22782f985c0d9287fa2ceee2c5c00e8bf5765897
This commit is contained in:
committed by
intellij-monorepo-bot
parent
72c0839880
commit
87c3c5cc16
+1
-1
@@ -42,7 +42,7 @@ abstract public class ExpandMenuCommand extends AbstractCallbackBasedCommand {
|
||||
ActionPlaces.isPopupPlace(getPlace()) ? ActionUiKind.POPUP : ActionUiKind.NONE);
|
||||
groupSpan.end();
|
||||
return actions;
|
||||
}).withRoots(mainMenu.getChildren(null)).traverse().size();
|
||||
}).withRoots(mainMenu).traverse().size();
|
||||
totalSpan.end();
|
||||
callback.setDone();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user