Skip to content
Snippets Groups Projects
Commit b9e650a3 authored by davep@spiral.lindenlab.com's avatar davep@spiral.lindenlab.com
Browse files

MAINT-113 Fix for flashing property lines when selecting objects.

parent 1869a399
No related branches found
No related tags found
No related merge requests found
...@@ -545,9 +545,6 @@ LLParcelSelectionHandle LLViewerParcelMgr::selectLand(const LLVector3d &corner1, ...@@ -545,9 +545,6 @@ LLParcelSelectionHandle LLViewerParcelMgr::selectLand(const LLVector3d &corner1,
mRequestResult = PARCEL_RESULT_NO_DATA; mRequestResult = PARCEL_RESULT_NO_DATA;
// clear the list of segments to prevent flashing
resetSegments(mHighlightSegments);
mFloatingParcelSelection->setParcel(mCurrentParcel); mFloatingParcelSelection->setParcel(mCurrentParcel);
mCurrentParcelSelection->setParcel(NULL); mCurrentParcelSelection->setParcel(NULL);
mCurrentParcelSelection = new LLParcelSelection(mCurrentParcel); mCurrentParcelSelection = new LLParcelSelection(mCurrentParcel);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment