Can only select stamp rotation handle when zoomed out.
Can only select stamp rotation handle when zoomed out.
2
votes
John Wilson
shared this idea
-
John Wilson commented
We've added a custom command (Action) that runs the following JavaScript and rotates selected stamps. It's a workaround until this is fixed.
var rot = app.response("Enter Rotation");
for (var i=0;i<=selectedAnnots.length;i=i+1)
{
selectedAnnots[i].rotate=rot;
} -
Christoph Gampe commented
The rotation handle can now only be accessed with a zoom factor 100% or smaller, while in the past this was never a issue no matter what zoom factor was used.