summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatertools.cpp
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2022-06-16 19:40:33 +0300
committerMnikolenko Productengine <mnikolenko@productengine.com>2022-06-16 19:40:33 +0300
commit9f5a38b98ef0e05828de729004447e572d139fd4 (patch)
tree411aee8afad82cbbf91d9c363bc80ec9d6b09ab3 /indra/newview/llfloatertools.cpp
parentf451672b0c549092796a018997152cbeb57418b2 (diff)
SL-17562 FIXED Grid Options changes position upon reopening of Build Window
Diffstat (limited to 'indra/newview/llfloatertools.cpp')
-rw-r--r--indra/newview/llfloatertools.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloatertools.cpp b/indra/newview/llfloatertools.cpp
index c550b81094..77a04bc5d7 100644
--- a/indra/newview/llfloatertools.cpp
+++ b/indra/newview/llfloatertools.cpp
@@ -1127,7 +1127,7 @@ void LLFloaterTools::onClickGridOptions()
{
LLFloater* floaterp = LLFloaterReg::showInstance("build_options");
// position floater next to build tools, not over
- floaterp->setRect(gFloaterView->findNeighboringPosition(this, floaterp));
+ floaterp->setShape(gFloaterView->findNeighboringPosition(this, floaterp), true);
}
// static