From 441d18cd2c2b764711b57db6f334d1096311113a Mon Sep 17 00:00:00 2001 From: James Cook Date: Tue, 15 Sep 2009 21:44:16 +0000 Subject: DEV-40021 Can't walk after teleport until you click in world. Changed progress view to explicitly release focus when fade-out animation is complete. Reviewed with Richard. --- indra/newview/llprogressview.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'indra/newview') diff --git a/indra/newview/llprogressview.cpp b/indra/newview/llprogressview.cpp index aa603c417f..3c6645f116 100644 --- a/indra/newview/llprogressview.cpp +++ b/indra/newview/llprogressview.cpp @@ -182,7 +182,8 @@ void LLProgressView::draw() LLPanel::draw(); if (mFadeTimer.getElapsedTimeF32() > FADE_IN_TIME) { - gFocusMgr.removeTopCtrlWithoutCallback(this); + // Fade is complete, release focus + gFocusMgr.releaseFocusIfNeeded( this ); LLPanel::setVisible(FALSE); gStartTexture = NULL; } -- cgit v1.2.3