sorry my english isn’t that good. what i’m trying to say is: i’d like to round the numbers off. so i don’t get any decimal values for the x and y position.
x = 220,1 -> x = 220,0
y = 168,8 -> y = 169,0
etc
etc
(x and y will always end on ,0 and not 0,1 0,2 0,3 etc etc)
maybe javascript is the solution, using Math.round()… i am still trying to understand how i could apply it to my layer so anytime i move the layer a rounded number shows up for x and y…
thanks for reading though!