diff options
| author | Oz Linden <oz@lindenlab.com> | 2011-04-06 19:20:03 -0400 |
|---|---|---|
| committer | Oz Linden <oz@lindenlab.com> | 2011-04-06 19:20:03 -0400 |
| commit | 52615d251bc9261fe5765feefbcd31021bd75934 (patch) | |
| tree | 2e259b393c6d2405d4a5e30ae9dd25e282c78a4d /indra/llui/lllineeditor.cpp | |
| parent | 0a802ae351153008b40d42106c866836d0ee4954 (diff) | |
| parent | a1a5a793a70f62c977e97b7433840fcb70f47c03 (diff) | |
pull pack late beta fixes from 2.6.3
Diffstat (limited to 'indra/llui/lllineeditor.cpp')
| -rw-r--r-- | indra/llui/lllineeditor.cpp | 5 |
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; +} |
