Skip to content

Revert "Remove unneeded intermediate property"

ivan tkachenko requested to merge work/ratijas/revert-needed-property into master

This reverts commit cfd0b2b9.

The property serves two purposes: 1) compatibility with the KirigamiDelegates module where contentItem replacements all have such bool truncated property; 2) Reduces coupling between the top-level control and its implementation parts, allowing them to be swappable.

Ideally this should be moved into an attached property.

Merge request reports