diff options
author | Paul Guslisty <pguslisty@productengine.com> | 2010-02-08 15:21:24 +0200 |
---|---|---|
committer | Paul Guslisty <pguslisty@productengine.com> | 2010-02-08 15:21:24 +0200 |
commit | 93bd065356a0502fcf05bd3936c35e4d688e5756 (patch) | |
tree | 7cd024279770300962ecec40b0f7250e496b4369 /indra/llui/llmultifloater.cpp | |
parent | d82be9cfefcde21cfd8d29c2989f66d792501e54 (diff) |
Fixed normal bug EXT - 3835 ([BSI] tabs in instant message floater should never change sizes)
--HG--
branch : product-engine
Diffstat (limited to 'indra/llui/llmultifloater.cpp')
-rw-r--r-- | indra/llui/llmultifloater.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/indra/llui/llmultifloater.cpp b/indra/llui/llmultifloater.cpp index 78738c826d..33d47a3f0e 100644 --- a/indra/llui/llmultifloater.cpp +++ b/indra/llui/llmultifloater.cpp @@ -92,14 +92,6 @@ void LLMultiFloater::draw() } else { - for (S32 i = 0; i < mTabContainer->getTabCount(); i++) - { - LLFloater* floaterp = (LLFloater*)mTabContainer->getPanelByIndex(i); - if (floaterp->getShortTitle() != mTabContainer->getPanelTitle(i)) - { - mTabContainer->setPanelTitle(i, floaterp->getShortTitle()); - } - } LLFloater::draw(); } } |