MAINT-113 Fix for flashing property lines when selecting objects.
parent
edcf20538f
commit
a9c8f69ec9
|
|
@ -547,9 +547,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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue