Code review comment for lp://staging/~zsombi/ubuntu-ui-toolkit/60-action-value-type

Revision history for this message
Zsombor Egri (zsombi) wrote :

> 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.

« Back to merge proposal