diff --git a/src/app/ui/editor/moving_slice_state.cpp b/src/app/ui/editor/moving_slice_state.cpp index c67726be5..ebd564247 100644 --- a/src/app/ui/editor/moving_slice_state.cpp +++ b/src/app/ui/editor/moving_slice_state.cpp @@ -428,8 +428,8 @@ bool MovingSliceState::onMouseMove(Editor* editor, MouseMessage* msg) if (editor->slicesTransforms()) drawExtraCel(); - // Redraw the editor. - editor->invalidate(); + // Notify changes + m_site.document()->notifyGeneralUpdate(); // Use StandbyState implementation return StandbyState::onMouseMove(editor, msg);