diff options
Diffstat (limited to 'indra/newview/llfloaterland.cpp')
-rw-r--r-- | indra/newview/llfloaterland.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llfloaterland.cpp b/indra/newview/llfloaterland.cpp index aa9a06555c..e0ceedf0f7 100644 --- a/indra/newview/llfloaterland.cpp +++ b/indra/newview/llfloaterland.cpp @@ -367,7 +367,8 @@ BOOL LLPanelLandGeneral::postBuild() childSetUserData("Name", this); - mEditDesc = LLUICtrlFactory::getLineEditorByName(this, "Description"); + mEditDesc = LLUICtrlFactory::getTextEditorByName(this, "Description"); + mEditDesc->setCommitOnFocusLost(TRUE); mEditDesc->setCommitCallback(onCommitAny); childSetPrevalidate("Description", LLLineEditor::prevalidatePrintableNotPipe); childSetUserData("Description", this); |