Skip to content

Instantly share code, notes, and snippets.

@Marforius
Marforius / llfloaterland.diff
Last active December 20, 2015 00:49
Changes the about land floater to refresh the land objects panel when you return people's objects. Also makes it so you always at least have the parcel you are on selected, you can still select other parcels however. I changed the formatting in this file because it was spaghetti so let me detail what I did in here, and what the bug is. 1173 + LL…
diff --git a/indra/newview/llfloaterland.cpp b/indra/newview/llfloaterland.cpp
index 1911387..c5bc00d 100644
--- a/indra/newview/llfloaterland.cpp
+++ b/indra/newview/llfloaterland.cpp
@@ -481,52 +481,9 @@ void LLPanelLandGeneral::refresh()
}
if (!parcel)
{
- // nothing selected, disable panel
- mEditName->setEnabled(FALSE);