diff options
author | Paul Guslisty <pguslisty@productengine.com> | 2010-02-18 11:36:19 +0200 |
---|---|---|
committer | Paul Guslisty <pguslisty@productengine.com> | 2010-02-18 11:36:19 +0200 |
commit | f4703f55eb5728f50f094bc54e99065f0481a067 (patch) | |
tree | 9ab034d20d7cb745a87193b13c42d0873951d72b /indra | |
parent | cd9a2a6a4ab8d1d989110908a3702ba34d1f6168 (diff) |
Fixed critical bug EXT - 4878 (Tab labels are no longer obeying halign attribute)
Diffstat (limited to 'indra')
-rw-r--r-- | indra/llui/lltabcontainer.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llui/lltabcontainer.cpp b/indra/llui/lltabcontainer.cpp index e810b6fe8f..9a715cca0b 100644 --- a/indra/llui/lltabcontainer.cpp +++ b/indra/llui/lltabcontainer.cpp @@ -214,7 +214,8 @@ LLTabContainer::Params::Params() last_tab("last_tab"), use_custom_icon_ctrl("use_custom_icon_ctrl", false), tab_icon_ctrl_pad("tab_icon_ctrl_pad", 0), - use_ellipses("use_ellipses") + use_ellipses("use_ellipses"), + font_halign("font_halign") { name(std::string("tab_container")); mouse_opaque = false; |