diff options
author | Vadim Savchuk <vsavchuk@productengine.com> | 2010-01-04 17:11:46 +0200 |
---|---|---|
committer | Vadim Savchuk <vsavchuk@productengine.com> | 2010-01-04 17:11:46 +0200 |
commit | 9c68f8d05f1d5eaedd54d093b1f8acfa8d137add (patch) | |
tree | 6b9453a284119972e547187b6720050ed0c37c52 /indra/newview | |
parent | 8ccb55c2ddfe325432ee8c5b3effeffc04f26d0f (diff) |
Removing a workaround for EXT-3599 (No chiclets in the IM Well Window) in favor of a proper fix.
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llsyswellwindow.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llsyswellwindow.cpp b/indra/newview/llsyswellwindow.cpp index a46ca1f8ac..2114b1c9d7 100644 --- a/indra/newview/llsyswellwindow.cpp +++ b/indra/newview/llsyswellwindow.cpp @@ -349,7 +349,6 @@ LLIMWellWindow::RowPanel::RowPanel(const LLSysWellWindow* parent, const LLUUID& } // Initialize chiclet. - mChiclet->setRect(LLRect(5, 28, 30, 3)); // *HACK: workaround for (EXT-3599) mChiclet->setChicletSizeChangedCallback(boost::bind(&LLIMWellWindow::RowPanel::onChicletSizeChanged, this, mChiclet, _2)); mChiclet->enableCounterControl(true); mChiclet->setCounter(chicletCounter); |