myIsEnabled = presentation.isEnabled();
myIsPerformGroup = myAction instanceof ActionGroup && presentation.isPerformGroup();
myIsSubstepSuppressed = myAction instanceof ActionGroup && Utils.isSubmenuSuppressed(presentation);
- myIsKeepPopupOpen = myAction instanceof KeepingPopupOpenAction || presentation.isMultipleChoice();
+ myIsKeepPopupOpen = myIsKeepPopupOpen || myAction instanceof KeepingPopupOpenAction || presentation.isMultipleChoice();
Couple<Icon> icons = ActionStepBuilder.calcRawIcons(myAction, presentation);
Icon icon = icons.first;