diff options
author | Richard Linden <none@none> | 2014-02-24 18:36:13 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2014-02-24 18:36:13 -0800 |
commit | 0b9eeb02abe4d10c4e252fe35ea55ba4b54b581e (patch) | |
tree | d6d020f868e35b7c61cf63917d3a880e8926543c /indra/newview/llfloatertools.cpp | |
parent | 82cbe362156a187f51621db091dbdca8a8c7487a (diff) |
MAINT-2059 FIX Corner scaling doesn't highlight distance text
much cleanup of vector math
also made Stretch Both Sides checkbox clickable via label
Diffstat (limited to 'indra/newview/llfloatertools.cpp')
-rwxr-xr-x | indra/newview/llfloatertools.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/newview/llfloatertools.cpp b/indra/newview/llfloatertools.cpp index 7b25291da7..802544089c 100755 --- a/indra/newview/llfloatertools.cpp +++ b/indra/newview/llfloatertools.cpp @@ -1069,9 +1069,9 @@ void LLFloaterTools::setGridMode(S32 mode) void LLFloaterTools::onClickGridOptions() { - LLFloaterReg::showInstance("build_options"); - // RN: this makes grid options dependent on build tools window - //floaterp->addDependentFloater(LLFloaterBuildOptions::getInstance(), FALSE); + LLFloater* floaterp = LLFloaterReg::showInstance("build_options"); + // position floater next to build tools, not over + floaterp->setRect(gFloaterView->findNeighboringPosition(this, floaterp)); } // static |