From 3aabd408bd746e630f5f781caf180fbd7e20ac5f Mon Sep 17 00:00:00 2001 From: Alexei Arabadji <aarabadji@productengine.com> Date: Fri, 25 Dec 2009 14:04:06 +0200 Subject: [PATCH] =?UTF-8?q?fixed=20EXT-3632=20=E2=80=9CMove=20floater=20cl?= =?UTF-8?q?oses=20after=20user=20click=20on=20Stop=20Flying=20btn=E2=80=9D?= =?UTF-8?q?;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --HG-- branch : product-engine --- indra/newview/llmoveview.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/indra/newview/llmoveview.cpp b/indra/newview/llmoveview.cpp index 818e7e0db14..0ab3b07aea5 100644 --- a/indra/newview/llmoveview.cpp +++ b/indra/newview/llmoveview.cpp @@ -684,7 +684,6 @@ void LLPanelStandStopFlying::onStopFlyingButtonClick() gAgent.setFlying(FALSE); setFocus(FALSE); // EXT-482 - setVisible(FALSE); } /** -- GitLab