Do not freeze UI when snapshot floater is opened the first time.

This commit is contained in:
Aleric Inglewood
2013-01-12 17:35:01 +01:00
parent 57228fa208
commit 2da5c51e42

View File

@@ -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);
}