summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorVadim ProductEngine <vsavchuk@productengine.com>2011-04-06 01:48:07 +0300
committerVadim ProductEngine <vsavchuk@productengine.com>2011-04-06 01:48:07 +0300
commite4e33cac29556cc0399380cdadb8f71814cc2e17 (patch)
tree5b6bdff296484fc308fd350a660e876c78089aa4 /indra
parentb7635b6112b7c7fd448aa4400bba2edbf15a5b0a (diff)
STORM-1028 WIP Fixing bottom bar buttons reshaping, tier 1
Fixed bottom tray buttons not showing under some circumstances. (the fix was made weeks ago, so I don't remember what the circumstances are)
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)
{