Question
Zoom To Selection
Can anyone help me with a zoom to selection script?
It is pretty easy to get the selection bounds:
var bounds:UnitRect;
bounds = Photoshop.app.activeDocument.selection.bounds;
But how can I use this with the zoom tool, nothing is recorded in the ScriptingListener when using the zoom tool so can't even hack that code?
Kevin