From b9e650a3a1b83045e612088f2c4349e58c9a380d Mon Sep 17 00:00:00 2001
From: "davep@spiral.lindenlab.com" <davep@spiral.lindenlab.com>
Date: Thu, 9 Aug 2012 11:47:14 -0700
Subject: [PATCH] MAINT-113 Fix for flashing property lines when selecting
 objects.

---
 indra/newview/llviewerparcelmgr.cpp | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/indra/newview/llviewerparcelmgr.cpp b/indra/newview/llviewerparcelmgr.cpp
index ae9c31bfe77..2bb2e922798 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);
-- 
GitLab