diff options
| author | callum_linden <none@none> | 2015-07-02 09:40:49 -0700 |
|---|---|---|
| committer | callum_linden <none@none> | 2015-07-02 09:40:49 -0700 |
| commit | 71406f1af805d0b88e348b81a67bcde3d0b3d885 (patch) | |
| tree | 9eab3e24208d2aecedf29eed0eebb6f209197475 /indra/llui/lltabcontainer.cpp | |
| parent | d89b4109f9ac3f1ef95480823df292bbc8200347 (diff) | |
| parent | 8eb7e9d9522f598321e1f8cba5ab8166a52c5bcb (diff) | |
Merge with head
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 6f858cdeb3..4b08798892 100755 --- a/indra/llui/lltabcontainer.cpp +++ b/indra/llui/lltabcontainer.cpp @@ -2094,3 +2094,8 @@ void LLTabContainer::commitHoveredButton(S32 x, S32 y) } } } + +S32 LLTabContainer::getTotalTabWidth() const +{ + return mTotalTabWidth; +} |
