diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-10 16:53:58 +0000 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-10 16:53:58 +0000 |
commit | 536ffcc7b34e35fbdd8b134147b93715dd262e30 (patch) | |
tree | ec2e7047edadf28e62935ecaa4dc353847a0b3bd /indra | |
parent | bbfc0e47196ecbae8d89e7b721a61ba5eeaaa2b7 (diff) |
CID-425
Checker: UNINIT_CTOR
Function: LLCustomButtonIconCtrl::LLCustomButtonIconCtrl(const LLCustomButtonIconCtrl::Params &)
File: /indra/llui/lltabcontainer.cpp
Diffstat (limited to 'indra')
-rw-r--r-- | indra/llui/lltabcontainer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/lltabcontainer.cpp b/indra/llui/lltabcontainer.cpp index 2ec56d6089..fe699cfa01 100644 --- a/indra/llui/lltabcontainer.cpp +++ b/indra/llui/lltabcontainer.cpp @@ -119,6 +119,7 @@ protected: LLCustomButtonIconCtrl(const Params& p): LLButton(p), mIcon(NULL), + mIconAlignment(LLFontGL::HCENTER), mIconCtrlPad(p.icon_ctrl_pad) {} |