ClockALock wrote:Just the hull image. And when I want to, ctrl-z works fine. What's weird is that when I click on the hull image, the coordinates say it's where I put it, but it's not. It'll jump to where I want it, but as soon as I select something else, it jumps back. I can work around it, it's just annoying. I tried updating to the latest version and the same thing happened.
Very weird indeed... There is some reason for the behaviour you're describing, since there's a separate variable that holds the position of the image, and the location displayed in the coordinate boxes (leftover from previous versions...), but there should be no way for them to have different values, ever.
Anyhow, I'm unable to reproduce the bug, so the best I can do is attempt to blindly fix the issue...
Try
this - replace the existing superluminal.jar in the editor's directory, and see if the problem persists. I added an additional position update on mouseUp, hopefully it'll prevent the image from jumping.
Failing that, I'll try to get rid of the superfluous variable, which will require much more work, but
should fix it for good...