Skip to content
Snippets Groups Projects
Commit 6cbcf63c authored by Eugene Mutavchi's avatar Eugene Mutavchi
Browse files

Fixed regression bug EXT-4487(Bottom bar context menu: no checkmarks)

--HG--
branch : product-engine
parent 30fbb126
No related branches found
No related tags found
No related merge requests found
...@@ -322,7 +322,7 @@ void LLBottomTray::setVisible(BOOL visible) ...@@ -322,7 +322,7 @@ void LLBottomTray::setVisible(BOOL visible)
// Chat bar and gesture button are shown even in mouselook mode. // Chat bar and gesture button are shown even in mouselook mode.
// But the move, camera and snapshot buttons shouldn't be displayed. See EXT-3988. // But the move, camera and snapshot buttons shouldn't be displayed. See EXT-3988.
if ("chat_bar" == name || "gesture_panel" == name) if ("chat_bar" == name || "gesture_panel" == name || (visibility && ("movement_panel" == name || "cam_panel" == name || "snapshot_panel" == name)))
continue; continue;
else else
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment