Skip to content
Verified Commit 9e685a63 authored by ivan tkachenko's avatar ivan tkachenko 🗯
Browse files

ScrollView: Factor out subexpression in a way that actually works reliably

Due to the nature of non-deterministic order of signal propagation, one
may not rely on properties to hold factored out common parts of
expressions and rely on them as null-guards or anything like that.

On the contrary, methods defined in pure QML, when used as a part of
binding expression, will transitively bind to objects and properties
that they access while evaluating.
parent 3ccee3a0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment