Skip to content
Commit 809f3787 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


(cherry picked from commit a53b30f3)
parent bf7d64b3
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment