diff options
author | davep@spiral.lindenlab.com <davep@spiral.lindenlab.com> | 2012-08-09 11:47:14 -0700 |
---|---|---|
committer | davep@spiral.lindenlab.com <davep@spiral.lindenlab.com> | 2012-08-09 11:47:14 -0700 |
commit | b9e650a3a1b83045e612088f2c4349e58c9a380d (patch) | |
tree | d5ec861854fa7ab45cd9fb887ec3dc0dc618addb /indra | |
parent | 1869a399beb2cb3fa52d21f9c288f4c3b6ab4deb (diff) |
MAINT-113 Fix for flashing property lines when selecting objects.
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llviewerparcelmgr.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llviewerparcelmgr.cpp b/indra/newview/llviewerparcelmgr.cpp index ae9c31bfe7..2bb2e92279 100644 --- a/indra/newview/llviewerparcelmgr.cpp +++ b/indra/newview/llviewerparcelmgr.cpp @@ -545,9 +545,6 @@ LLParcelSelectionHandle LLViewerParcelMgr::selectLand(const LLVector3d &corner1, mRequestResult = PARCEL_RESULT_NO_DATA; - // clear the list of segments to prevent flashing - resetSegments(mHighlightSegments); - mFloatingParcelSelection->setParcel(mCurrentParcel); mCurrentParcelSelection->setParcel(NULL); mCurrentParcelSelection = new LLParcelSelection(mCurrentParcel); |