Skip to content

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

David Edmundson requested to merge work/fix_visibleness into master

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


Obviously this whole code needs a tidy up. FWICT rightclickMethodClickFinger is always disabled - and all of this load()/sync() is probably a bad workaround for QQC1 change signals, but that's probably code for master.

Merge request reports