diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-05 18:09:36 +0000 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-05 18:09:36 +0000 |
commit | 47a01826b11eb044266f4c4043530f9f2a73c4dd (patch) | |
tree | edd33c2f9a3685ab149cb7384497330037af0f7c /indra/llui | |
parent | fc9099a0faef9f077b7986651f953998d6b9ac0c (diff) | |
parent | 95147c4529f6effcd1ed0a1d427f8ddeb033670d (diff) |
PE merge.
Diffstat (limited to 'indra/llui')
-rw-r--r-- | indra/llui/lllineeditor.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llui/lllineeditor.h b/indra/llui/lllineeditor.h index a06a317f76..f275dfc45a 100644 --- a/indra/llui/lllineeditor.h +++ b/indra/llui/lllineeditor.h @@ -207,6 +207,8 @@ public: const LLColor4& getReadOnlyFgColor() const { return mReadOnlyFgColor.get(); } const LLColor4& getTentativeFgColor() const { return mTentativeFgColor.get(); } + const LLFontGL* getFont() const { return mGLFont; } + void setIgnoreArrowKeys(BOOL b) { mIgnoreArrowKeys = b; } void setIgnoreTab(BOOL b) { mIgnoreTab = b; } void setPassDelete(BOOL b) { mPassDelete = b; } |