diff options
| author | Eugene Mutavchi <emutavchi@productengine.com> | 2009-11-17 20:43:40 +0200 | 
|---|---|---|
| committer | Eugene Mutavchi <emutavchi@productengine.com> | 2009-11-17 20:43:40 +0200 | 
| commit | 5d446cdf52f984e1260afc68c54ea4bf219494d3 (patch) | |
| tree | 46816a07fabb05d5269120937c3e27a98bcd8f99 /indra/newview | |
| parent | aea6aa0c2b878a812e2fc4f4ca56c48099543f82 (diff) | |
Fixed low bug EXT-2501(Hidden Gesture button appears after viewer restart)
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview')
| -rw-r--r-- | indra/newview/llbottomtray.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/llbottomtray.cpp b/indra/newview/llbottomtray.cpp index 3c34aa4fa4..7985ccc2a1 100644 --- a/indra/newview/llbottomtray.cpp +++ b/indra/newview/llbottomtray.cpp @@ -237,7 +237,7 @@ void LLBottomTray::setVisible(BOOL visible)  			LLView* viewp = *child_it;  			std::string name = viewp->getName(); -			if ("chat_bar" == name || "movement_panel" == name || "cam_panel" == name || "snapshot_panel" == name) +			if ("chat_bar" == name || "movement_panel" == name || "cam_panel" == name || "snapshot_panel" == name || "gesture_panel" == name)  				continue;  			else   			{ | 
