summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorDmitry Zaporozhan <dzaporozhan@productengine.com>2010-04-14 16:24:07 +0300
committerDmitry Zaporozhan <dzaporozhan@productengine.com>2010-04-14 16:24:07 +0300
commit5faad370242649e911dfc866d2995e3d3c962bbd (patch)
tree846d7b87ddc873db60053e85c85a8ce71bc17c90 /indra
parent255ca59f7438a1528dff04e5facec2229bd9e10a (diff)
Fixed EXT-6349(normal) - "More" link in event details window does nothing
Deleted code that disables expandable textbox. Probably there was edit_box, some time ago, that was read-only. Reviewed by Vadim Savchuk - https://codereview.productengine.com/secondlife/r/235/ --HG-- branch : product-engine
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llfloaterevent.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llfloaterevent.cpp b/indra/newview/llfloaterevent.cpp
index 97ebab3425..560cc29080 100644
--- a/indra/newview/llfloaterevent.cpp
+++ b/indra/newview/llfloaterevent.cpp
@@ -113,7 +113,6 @@ BOOL LLFloaterEvent::postBuild()
mTBDuration = getChild<LLTextBox>("event_duration");
mTBDesc = getChild<LLExpandableTextBox>("event_desc");
- mTBDesc->setEnabled(FALSE);
mTBRunBy = getChild<LLTextBox>("event_runby");
mTBLocation = getChild<LLTextBox>("event_location");