Reset Container Drag to Reposition

Is there a way I can reset a containers position with a button after it has been dragged around inside another container that is cropping it?

I don’t see any values changing anywhere when I use this feature.

The values that change during drag-to-move are just the x and y parameters. You could probably determine if it was dragged by watch the panel values using a Panel Exec DAT. You could store its position when the mouse presses on it and then see if it has changed on release. Restoring it would simply be a matter of restoring the x and y par values.

Not sure if that’s exactly what you mean. If you post a simple example file, it might be easier to give a solution.

1 Like