From e5b7b7f12a26a089e4c7bae35edbc22e43f6dc01 Mon Sep 17 00:00:00 2001 From: Alexander Ivash Date: Wed, 19 Sep 2018 23:07:21 +0300 Subject: [PATCH] FB18061 - Avatar favorites cannot be moved to a different joint - At Save the wearable jumps to the original joint --- interface/resources/qml/hifi/avatarapp/AdjustWearables.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/resources/qml/hifi/avatarapp/AdjustWearables.qml b/interface/resources/qml/hifi/avatarapp/AdjustWearables.qml index 5bf867a331..7413cf93ab 100644 --- a/interface/resources/qml/hifi/avatarapp/AdjustWearables.qml +++ b/interface/resources/qml/hifi/avatarapp/AdjustWearables.qml @@ -314,7 +314,7 @@ Rectangle { } }; - wearableUpdated(getCurrentWearable().id, jointIndex, properties); + wearableUpdated(getCurrentWearable().id, wearablesCombobox.currentIndex, properties); } onCurrentIndexChanged: {