summaryrefslogtreecommitdiff
path: root/indra/llui/lllineeditor.cpp
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2011-04-06 19:20:03 -0400
committerOz Linden <oz@lindenlab.com>2011-04-06 19:20:03 -0400
commit52615d251bc9261fe5765feefbcd31021bd75934 (patch)
tree2e259b393c6d2405d4a5e30ae9dd25e282c78a4d /indra/llui/lllineeditor.cpp
parent0a802ae351153008b40d42106c866836d0ee4954 (diff)
parenta1a5a793a70f62c977e97b7433840fcb70f47c03 (diff)
pull pack late beta fixes from 2.6.3
Diffstat (limited to 'indra/llui/lllineeditor.cpp')
-rw-r--r--indra/llui/lllineeditor.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/llui/lllineeditor.cpp b/indra/llui/lllineeditor.cpp
index 7e348656a9..d99ee5a545 100644
--- a/indra/llui/lllineeditor.cpp
+++ b/indra/llui/lllineeditor.cpp
@@ -2290,3 +2290,8 @@ void LLLineEditor::setContextMenu(LLContextMenu* new_context_menu)
else
mContextMenuHandle.markDead();
}
+
+void LLLineEditor::setFont(const LLFontGL* font)
+{
+ mGLFont = font;
+}