https://bugs.kde.org/show_bug.cgi?id=408116

--- Comment #14 from David Edmundson <k...@davidedmundson.co.uk> ---
The code can be ported from  onCheckedChanged to onToggled and that is going to
remove the horrible mess and self-guarding that's there. 

This part is also alarming:

        Layouts.ColumnLayout { //middle click
            function load() {
                visible = rightClickMethod.visible
        if (!visible) {
                    enabled = false
                    return;
                }

visible is a magic property that inherits from various other parts, including
window visibility. This is a function not a binding, so this is problematic.

I expect this is the problem seen, but we should really rewrite this whole
thing to be declarative.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to