diff options
author | Andrey Lihatskiy <andreylproductengine@lindenlab.com> | 2017-09-07 20:36:40 +0300 |
---|---|---|
committer | Andrey Lihatskiy <andreylproductengine@lindenlab.com> | 2017-09-07 20:36:40 +0300 |
commit | dcf763821521ef2b74eff4a8f1ab429d33d37c32 (patch) | |
tree | b4cdfbbbe35bc8fc6d95fe25861773d1bb19f63a /indra/newview/llpanelobject.cpp | |
parent | 6dcde6469d03b96260b1d00c22a90d76357a28ae (diff) | |
parent | e057efb599e78d268d64657bff82a51e46265ca2 (diff) |
Merged lindenlab/viewer-neko into default
Diffstat (limited to 'indra/newview/llpanelobject.cpp')
-rw-r--r-- | indra/newview/llpanelobject.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelobject.cpp b/indra/newview/llpanelobject.cpp index 5dd44b4444..0bf4d48421 100644 --- a/indra/newview/llpanelobject.cpp +++ b/indra/newview/llpanelobject.cpp @@ -1712,7 +1712,7 @@ void LLPanelObject::sendPosition(BOOL btn_down) if (mObject->isRootEdit()) { // only offset by parent's translation - mObject->resetChildrenPosition(LLVector3(-delta), TRUE) ; + mObject->resetChildrenPosition(LLVector3(-delta), TRUE, TRUE) ; } if(!btn_down) |