bitcoin-core / gui-qml

Bitcoin GUI (experimental QML-based fork)
MIT License
107 stars 40 forks source link

Binding loop detected in `NetworkTraffic.qml` #323

Closed hebasto closed 1 year ago

hebasto commented 1 year ago

On the recent master branch (810fa5555b7970d866fdc2e44d10ec264a03f543):

2023-04-18T09:09:44Z GUI: qrc:/qml/pages/node/NetworkTraffic.qml:28:9: QML Rectangle: Binding loop detected for property "width"
2023-04-18T09:09:44Z GUI: qrc:/qml/pages/node/NetworkTraffic.qml:28:9: QML Rectangle: Binding loop detected for property "width"
2023-04-18T09:09:44Z GUI: qrc:/qml/pages/node/NetworkTraffic.qml:28:9: QML Rectangle: Binding loop detected for property "height"

To reproduce, one needs to open "Network Traffic" view.

hebasto commented 1 year ago

cc @johnny9 @jarolrod

jarolrod commented 1 year ago

Fixed by https://github.com/bitcoin-core/gui-qml/pull/327