diff options
author | dolphin <dolphin@lindenlab.com> | 2013-10-15 16:42:55 -0700 |
---|---|---|
committer | dolphin <dolphin@lindenlab.com> | 2013-10-15 16:42:55 -0700 |
commit | 1aed2f848c4f2a86d6c2ea6385ebb920e7658aa8 (patch) | |
tree | 7a7bfbb99f161894b453bf5af19478c17b1f7d8b /indra/llui/lltabcontainer.cpp | |
parent | 8add9a00f81b84f5268fc264f5871b04ae8547b8 (diff) |
Added LLTabContainer::getTotalTabWidth
Cleaned up experience profile floater
Diffstat (limited to 'indra/llui/lltabcontainer.cpp')
-rwxr-xr-x | indra/llui/lltabcontainer.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/llui/lltabcontainer.cpp b/indra/llui/lltabcontainer.cpp index fd98155704..148dc6b232 100755 --- a/indra/llui/lltabcontainer.cpp +++ b/indra/llui/lltabcontainer.cpp @@ -2060,3 +2060,8 @@ void LLTabContainer::commitHoveredButton(S32 x, S32 y) } } } + +S32 LLTabContainer::getTotalTabWidth() const +{ + return mTotalTabWidth; +} |