diff options
author | Leslie Linden <leslie@lindenlab.com> | 2011-11-15 17:32:09 -0800 |
---|---|---|
committer | Leslie Linden <leslie@lindenlab.com> | 2011-11-15 17:32:09 -0800 |
commit | d71736f3d92f1a276d4aafcbf70c6a8597457220 (patch) | |
tree | af370dfe51be24102a8d686850db76d9b3c3b5e7 /indra/llui/llspinctrl.h | |
parent | ad9e08b8a1c3ba34c2bb0ccaffe2e968da7b8c9a (diff) |
SH-1865 PROGRESS -- Disable the anti-aliasing control on hardware our code doesn't support for anti-aliasing
Diffstat (limited to 'indra/llui/llspinctrl.h')
-rw-r--r-- | indra/llui/llspinctrl.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/llui/llspinctrl.h b/indra/llui/llspinctrl.h index d197084e38..87814f838e 100644 --- a/indra/llui/llspinctrl.h +++ b/indra/llui/llspinctrl.h @@ -96,6 +96,9 @@ public: void onUpBtn(const LLSD& data); void onDownBtn(const LLSD& data); + + const LLColor4& getEnabledTextColor() const { return mTextEnabledColor.get(); } + const LLColor4& getDisabledTextColor() const { return mTextDisabledColor.get(); } private: void updateLabelColor(); |