diff options
author | maxim_productengine <mnikolenko@productengine.com> | 2019-09-24 16:37:15 +0300 |
---|---|---|
committer | maxim_productengine <mnikolenko@productengine.com> | 2019-09-24 16:37:15 +0300 |
commit | c7e9bbc20e2c08976cdb72a877d7d41a2546f418 (patch) | |
tree | eac38d7184d7253332b5b1c54ed760b063750e3d /indra/newview/llfloaterchatvoicevolume.cpp | |
parent | 6ef78777660460f994713e596a31f29b62678170 (diff) |
SL-11957 FIXED The Mini-inspector changes position when clicking on the 'View full profile' link
Diffstat (limited to 'indra/newview/llfloaterchatvoicevolume.cpp')
-rw-r--r-- | indra/newview/llfloaterchatvoicevolume.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterchatvoicevolume.cpp b/indra/newview/llfloaterchatvoicevolume.cpp index 3c76a3a43c..67c412dfa6 100644 --- a/indra/newview/llfloaterchatvoicevolume.cpp +++ b/indra/newview/llfloaterchatvoicevolume.cpp @@ -35,7 +35,7 @@ LLFloaterChatVoiceVolume::LLFloaterChatVoiceVolume(const LLSD& key) void LLFloaterChatVoiceVolume::onOpen(const LLSD& key) { LLInspect::onOpen(key); - LLUI::positionViewNearMouse(this); + LLInspect::repositionInspector(key); } LLFloaterChatVoiceVolume::~LLFloaterChatVoiceVolume() |