- The executing of an action may provoke the execution of other actions.
For instance with a drawing editor, one may want that after having pasting shapes, the new shapes must be selected.
Thus, the action PasteShapes will be followed by an action SelectShapes.
This is the goal of this feature.
- fixed #1264675: The action MoveCamera should consider the size of the scroll bars