From 2da5c51e4255c5fd1802ad22d251ba163879b423 Mon Sep 17 00:00:00 2001 From: Aleric Inglewood Date: Sat, 12 Jan 2013 17:35:01 +0100 Subject: [PATCH] Do not freeze UI when snapshot floater is opened the first time. --- indra/newview/llfloatersnapshot.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/llfloatersnapshot.cpp b/indra/newview/llfloatersnapshot.cpp index c4250b0e9..1b067239c 100644 --- a/indra/newview/llfloatersnapshot.cpp +++ b/indra/newview/llfloatersnapshot.cpp @@ -3131,7 +3131,7 @@ BOOL LLFloaterSnapshot::handleMouseUp(S32 x, S32 y, MASK mask) LLSnapshotFloaterView::LLSnapshotFloaterView( const std::string& name, const LLRect& rect ) : LLFloaterView(name, rect) { - setMouseOpaque(TRUE); + setMouseOpaque(FALSE); setEnabled(FALSE); }