Skip to content

[worksheet] properly update the z-value of the worksheet elements when moving

Alexander Semke requested to merge work/fix-z-value-after-move into master

Description

Properly update the z-value of the worksheet elements when moving the elements in the child hierarchy.

Earlier, the move was implemented via removeChild and addChild at the new position and the z-values were updated when the child was added. With the new and more efficient implementation of the move, we don't remove and add anymore and need to adjust the z-values on move now additionally.

Conformity

When external dependencies are removed

  • Reporting to ...
Edited by Alexander Semke

Merge request reports