Skip to content

Hide delta when changing layers

Nathan Kolbas requested to merge hide_delta_new_layer into cruising_altitude

What was changed

When changing the layer, the clip is recreated and init is called. This causes original_start to be set to None which prevents us from knowing where the clip was originally. To resolve this, when changing layers, hide the delta change.

How to test:

  • Verify that tests pass.
  • Check that when moving a clip to a new layer the delta change is hidden.

Merge request reports