aseba-community / thymio-vpl2

Next generation VPL for Thymio using Qt Quick from Qt 5.x
GNU Lesser General Public License v3.0
2 stars 5 forks source link

Binding loop in simple mode #54

Open stephanemagnenat opened 7 years ago

stephanemagnenat commented 7 years ago

Simple mode produces this error in some situation, not yet clearly identified:

qrc:/thymio-vpl2/EditorSimple.qml:56:2: QML ListView: Binding loop detected for property "topMargin"
marvelous commented 7 years ago

It seems to appear when exiting the app, but not every time.

stephanemagnenat commented 7 years ago

Could it be that somehow contentHeight is affected by the margin? For instance when the content is set to null? (which would explain why it happens when exiting the app)