summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterpathfindinglinksets.cpp
diff options
context:
space:
mode:
authorprep <none@none>2012-03-07 10:35:20 -0500
committerprep <none@none>2012-03-07 10:35:20 -0500
commit4947aa00aa3ccbd62eb7cb2f8a60167803f2da98 (patch)
treee54c56ddddc29cc553ce1e09f053d6764058b542 /indra/newview/llfloaterpathfindinglinksets.cpp
parent34a0a98f9d9557620b7586d343e8173a43164316 (diff)
parenta4e8ef3ad6f0a0d96d345fb3d4cdc1d57015fe6c (diff)
merge
Diffstat (limited to 'indra/newview/llfloaterpathfindinglinksets.cpp')
-rw-r--r--indra/newview/llfloaterpathfindinglinksets.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llfloaterpathfindinglinksets.cpp b/indra/newview/llfloaterpathfindinglinksets.cpp
index 27047b4fd9..f17cd3c6b8 100644
--- a/indra/newview/llfloaterpathfindinglinksets.cpp
+++ b/indra/newview/llfloaterpathfindinglinksets.cpp
@@ -685,6 +685,7 @@ void LLFloaterPathfindingLinksets::updateScrollList()
}
}
+ S32 origScrollPosition = mLinksetsScrollList->getScrollPos();
mLinksetsScrollList->deleteAllItems();
if (mLinksetsListPtr != NULL)
@@ -732,6 +733,7 @@ void LLFloaterPathfindingLinksets::updateScrollList()
}
mLinksetsScrollList->selectMultiple(selectedUUIDs);
+ mLinksetsScrollList->setScrollPos(origScrollPosition);
updateEditFieldValues();
updateControls();
}