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

--- Comment #2 from Marco Martin <[email protected]> ---
Thing is, is that it works again as it was supposed to work, due to an old api
strangeness is unfortnaltely too late to fix now, in order for colorSet
assignment to work correctly, is also needed inherit: false, so your example
would be:

import QtQuick
import org.kde.kirigami as Kirigami

Item {
    Kirigami.Theme.inherit: false
    Kirigami.Theme.colorSet: Kirigami.Theme.View

    property var backgroundColor: {
        return Kirigami.Theme.backgroundColor;
    }
}

Does it work if you add that line?

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

Reply via email to