Skip to content
Verified Commit 18d8f71e authored by ivan tkachenko's avatar ivan tkachenko 🗯
Browse files

BasicPlasmoidHeading: Fix "configure" button's bindings

Mainly, binding on visibility was wrong for two reasons at once:

- Visibility is an implicitly propagated property, so what you read may
  not be what you wrote;
- Using other property as a guard sub-expression is not reliable due to
  unspecified order of signal propagation: dependent property may have
  not updated yet when its consumer already re-evaluates its binding
  using stale value as a guard.
parent e8cedf92
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