Fix for type in AnimStats.qml

This commit is contained in:
Anthony Thibault 2018-09-17 15:17:43 -07:00 committed by GitHub
parent 11fe657c05
commit 8229c14c44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -98,7 +98,7 @@ Item {
ListView { ListView {
width: firstCol.width width: firstCol.width
height: root.animStateMachines.length * 15 height: root.animStateMachines.length * 15
visible: root.animStateMchines.length > 0; visible: root.animStateMachines.length > 0;
model: root.animStateMachines model: root.animStateMachines
delegate: StatText { delegate: StatText {
text: { text: {