Transform Selection bug
Hello,
When transforming selection (Select>Transform Selection) on a regular layer, it seems to work fine and quick., but when doing it on a group or on a smart layer with multiple filters, this seemingly simple task takes too long to calculate for some reason (rendering the smart filters...), although it's not editing the content of the selection, but just the marching ants.
Moreover, when I record an action for transforming selection (or when I use similar code in scripting), the action would transform the whole group/whole smart layer instead of just transforming the selection. the alternative may be the use of "Expand" or "contract" instead of transforming the selection, but that doesn't yield the same result.
My workaround for now is to use code to deselect all layers, transform the selection, and then reselect the layers.
