Skip to content

UserDelegate: Use QML & JavaScript more efficiently

ivan tkachenko requested to merge work/ratijas/breeze-user-delegate-js into master

Assigning undefined to a QObject property invokes a RESET method, which in case of the Item::width property makes it track implicit width without natively without executing a slower JavaScript expression.


For me, I didn't notice any regressions. Although profile picture is missing either way.

Merge request reports