summaryrefslogtreecommitdiff
path: root/indra/llui/lltabcontainer.cpp
diff options
context:
space:
mode:
authorPaul Guslisty <pguslisty@productengine.com>2010-02-18 11:36:19 +0200
committerPaul Guslisty <pguslisty@productengine.com>2010-02-18 11:36:19 +0200
commitf4703f55eb5728f50f094bc54e99065f0481a067 (patch)
tree9ab034d20d7cb745a87193b13c42d0873951d72b /indra/llui/lltabcontainer.cpp
parentcd9a2a6a4ab8d1d989110908a3702ba34d1f6168 (diff)
Fixed critical bug EXT - 4878 (Tab labels are no longer obeying halign attribute)
Diffstat (limited to 'indra/llui/lltabcontainer.cpp')
-rw-r--r--indra/llui/lltabcontainer.cpp3
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;