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

            Bug ID: 374815
           Summary: Binding Loop for "portrait"
                    plasma/components/TabButton.qml
           Product: frameworks-plasma
           Version: 5.29.0
          Platform: Other
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: components
          Assignee: notm...@gmail.com
          Reporter: deve...@fuchsnet.ch
  Target Milestone: ---

The above mentioned variable in the mentioned file causes a binding loop
warning whenever I create a tab with no label on purpose: 

e.g. 

 PlasmaComponents.TabBar {
            id: groupTabBar

            anchors {
                top: parent.top
                left: parent.left
                right: parent.right
            }

            PlasmaComponents.TabButton {
                id: groupLightsTab
                iconSource: "im-jabber"
            }

            PlasmaComponents.TabButton {
                id: groupWhitesTab
                iconSource: "color-picker-white"
            }
}

will create two warnings each 

file:///usr/lib/x86_64-linux-gnu/qt5/qml/org/kde/plasma/components/TabButton.qml:120:5:
QML QtObject: Binding loop detected for property "portrait"

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

Reply via email to