diff options
| author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2022-06-16 19:40:33 +0300 | 
|---|---|---|
| committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2022-06-16 19:40:33 +0300 | 
| commit | 9f5a38b98ef0e05828de729004447e572d139fd4 (patch) | |
| tree | 411aee8afad82cbbf91d9c363bc80ec9d6b09ab3 | |
| parent | f451672b0c549092796a018997152cbeb57418b2 (diff) | |
SL-17562 FIXED Grid Options changes position upon reopening of Build Window
| -rw-r--r-- | indra/newview/llfloatertools.cpp | 2 | 
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 | 
