FIRE-30873: Refresh UI after resetting joint

master
Angeldark Raymaker 2024-10-02 19:21:01 +01:00
parent 8108ee5c88
commit cf08d21fdd
1 changed files with 3 additions and 0 deletions

View File

@ -536,6 +536,9 @@ void FSFloaterPoser::onPoseJointsReset()
if (currentlyPosing)
_poserAnimator.resetAvatarJoint(avatar, *item);
}
refreshRotationSliders();
refreshTrackpadCursor();
}
void FSFloaterPoser::onPoseMenuAction(const LLSD &param)