From 2a907ba86d5bb6f45029e2de13624ed2aca3bb17 Mon Sep 17 00:00:00 2001 From: McCabe Maxsted Date: Fri, 12 Mar 2010 16:11:02 -0700 Subject: VWR-2425: Pie menu remains after switch to Mouselook. Patch by Kitty Barnett. --- linden/indra/newview/llagent.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'linden/indra/newview/llagent.cpp') diff --git a/linden/indra/newview/llagent.cpp b/linden/indra/newview/llagent.cpp index f40a2e8..0a1bd98 100644 --- a/linden/indra/newview/llagent.cpp +++ b/linden/indra/newview/llagent.cpp @@ -4043,6 +4043,8 @@ void LLAgent::changeCameraToMouselook(BOOL animate) // visibility changes at end of animation gViewerWindow->getWindow()->resetBusyCount(); + LLMenuGL::sMenuContainer->hideMenus(); + // unpause avatar animation mPauseRequest = NULL; -- cgit v1.1