diff options
author | Loren Shih <seraph@lindenlab.com> | 2010-02-05 13:39:26 -0500 |
---|---|---|
committer | Loren Shih <seraph@lindenlab.com> | 2010-02-05 13:39:26 -0500 |
commit | 41ab7853536dcbbf2b64d06b754617ee6bc7e896 (patch) | |
tree | 49d3e429f9bcdab55a750d1e6bbf0b88c517ddb8 /indra/llui/lllineeditor.h | |
parent | 663aa828312413a391a2d848f6bb1b9aae92a543 (diff) | |
parent | 3856dcbbf36e0c8d1d278e9a7603a151580ccff1 (diff) |
automated merge viewer2.0->viewer2.0
Diffstat (limited to 'indra/llui/lllineeditor.h')
-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; } |