Merge pull request #14025 from ElderOrb/FB18061

use current wearable index, not joint index!
This commit is contained in:
Brad Hefta-Gaub 2018-10-01 16:14:33 -07:00 committed by GitHub
commit 8b03a21799
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -314,7 +314,7 @@ Rectangle {
}
};
wearableUpdated(getCurrentWearable().id, jointIndex, properties);
wearableUpdated(getCurrentWearable().id, wearablesCombobox.currentIndex, properties);
}
onCurrentIndexChanged: {