> 16 + if (actionsRow.selectedAction.parameterType ===
> Action.None) {
> 17 + actionsRow.selectedAction.parameterType =
> Action.Integer;
> 18 + }
>
> Is there an easy way to check this only once when the ListItemActions is
> created for all of its Actions, instead of every time an action is triggered?
We can do that in C++, yes. Revno 1293 is the one having it.
> 16 + if (actionsRow. selectedAction. parameterType === selectedAction. parameterType =
> Action.None) {
> 17 + actionsRow.
> Action.Integer;
> 18 + }
>
> Is there an easy way to check this only once when the ListItemActions is
> created for all of its Actions, instead of every time an action is triggered?
We can do that in C++, yes. Revno 1293 is the one having it.