Skip to content
Commit a53b30f3 authored by David Edmundson's avatar David Edmundson
Browse files

Don't use visible property in procedural code to determine state

It can be invisible not just because something is disabled but because
it's not shown yet. But load() is only run once. Instead replace with a
binding.

Rather than toggling the checked state when invisible, the evaluation is
moved into the sync method.

BUG: 408116
parent 10536927
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