diff --git a/src/app/ui/editor/moving_cel_state.cpp b/src/app/ui/editor/moving_cel_state.cpp index 7a0238918..65cbf8edf 100644 --- a/src/app/ui/editor/moving_cel_state.cpp +++ b/src/app/ui/editor/moving_cel_state.cpp @@ -85,9 +85,9 @@ bool MovingCelState::onMouseUp(Editor* editor, MouseMessage* msg) // Put the cels in the original position. for (size_t i=0; isetPosition(*celStart); + cel->setPosition(celStart); } // If the user didn't cancel the operation...