FIRE-30873: Refresh UI after resetting joint
parent
8108ee5c88
commit
cf08d21fdd
|
|
@ -536,6 +536,9 @@ void FSFloaterPoser::onPoseJointsReset()
|
|||
if (currentlyPosing)
|
||||
_poserAnimator.resetAvatarJoint(avatar, *item);
|
||||
}
|
||||
|
||||
refreshRotationSliders();
|
||||
refreshTrackpadCursor();
|
||||
}
|
||||
|
||||
void FSFloaterPoser::onPoseMenuAction(const LLSD ¶m)
|
||||
|
|
|
|||
Loading…
Reference in New Issue