diff options
author | prep <prep@lindenlab.com> | 2011-09-14 10:41:52 -0400 |
---|---|---|
committer | prep <prep@lindenlab.com> | 2011-09-14 10:41:52 -0400 |
commit | df40eca093b1a238daea9cd23c44f6e39719bf51 (patch) | |
tree | 205c15512a7fa363ebcea0de8e3ce16a3a58ca38 /indra/llui | |
parent | 4efca483d7dc8c8a50ebe247c6c163c263ed20f5 (diff) | |
parent | a250df980b3f37e245d30e51ab65831ae1de0ce0 (diff) |
merge
Diffstat (limited to 'indra/llui')
-rw-r--r-- | indra/llui/llcombobox.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/llui/llcombobox.cpp b/indra/llui/llcombobox.cpp index cddda03faf..89d8842393 100644 --- a/indra/llui/llcombobox.cpp +++ b/indra/llui/llcombobox.cpp @@ -525,15 +525,12 @@ void LLComboBox::createLineEditor(const LLComboBox::Params& p) else { mButton->setRect(rect); - mButton->setTabStop(TRUE); - mButton->setHAlign(LLFontGL::LEFT); mButton->setLabel(mLabel.getString()); if (mTextEntry) { mTextEntry->setVisible(FALSE); } - mButton->setFollowsAll(); } } |