summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llbottomtray.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llbottomtray.cpp b/indra/newview/llbottomtray.cpp
index d8ec4b605c..9e069d63bb 100644
--- a/indra/newview/llbottomtray.cpp
+++ b/indra/newview/llbottomtray.cpp
@@ -1652,8 +1652,11 @@ bool LLBottomTray::setVisibleAndFitWidths(EResizeState object_type, bool visible
S32 result_width = 0;
bool decrease_width = false;
+#if 0
// Mark this button to be shown
+ lldebugs << "Adding " << resizeStateToString(object_type) << " to mResizeState" << llendl;
mResizeState |= object_type;
+#endif
if (preferred_width > 0 && available_width >= preferred_width)
{