summaryrefslogtreecommitdiff
path: root/indra/llui/lluictrl.cpp
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-08-07 12:47:08 +0100
committerTofu Linden <tofu.linden@lindenlab.com>2010-08-07 12:47:08 +0100
commit11e03dece4aa8417a3b6fd2234820d91f185875b (patch)
tree742c8d48a2a33c973f7ec0f2f20cab4e806bcb3c /indra/llui/lluictrl.cpp
parentf0b1424cb8ec584c5b4a6cf74d1cd096090c06e1 (diff)
parent76922597c219f27c5372a8a92e26e77338eb2dc2 (diff)
merge from PE's viewer-trunk
Diffstat (limited to 'indra/llui/lluictrl.cpp')
-rw-r--r--indra/llui/lluictrl.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/lluictrl.cpp b/indra/llui/lluictrl.cpp
index ff330f863a..c91e225fd2 100644
--- a/indra/llui/lluictrl.cpp
+++ b/indra/llui/lluictrl.cpp
@@ -101,6 +101,7 @@ LLUICtrl::LLUICtrl(const LLUICtrl::Params& p, const LLViewModelPtr& viewmodel)
: LLView(p),
mTentative(FALSE),
mIsChrome(FALSE),
+ mTabStop(FALSE),
mViewModel(viewmodel),
mControlVariable(NULL),
mEnabledControlVariable(NULL),