From 9a0817e7ca7df49ed5a8bcf50d1ce535b9129df7 Mon Sep 17 00:00:00 2001 From: Armin Weatherwax Date: Sun, 7 Feb 2010 22:18:11 +0100 Subject: Fixed #184: Previewing notecards resets camera. --- ChangeLog.txt | 5 +++++ linden/indra/newview/llpreviewnotecard.cpp | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index 599184e..bdfcfa5 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -185,6 +185,11 @@ 2010-02-07 Armin Weatherwax + * Fixed #184: Previewing notecards resets camera. + + modified: newview/llpreviewnotecard.cpp + + * Fixed #155: Double clicking your avatar triggers a TP request. modified: linden/indra/newview/lltoolpie.cpp diff --git a/linden/indra/newview/llpreviewnotecard.cpp b/linden/indra/newview/llpreviewnotecard.cpp index 897fd6a..976023f 100644 --- a/linden/indra/newview/llpreviewnotecard.cpp +++ b/linden/indra/newview/llpreviewnotecard.cpp @@ -145,8 +145,6 @@ LLPreviewNotecard::LLPreviewNotecard(const std::string& name, editor->setSourceID(item_id); editor->setHandleEditKeysDirectly(TRUE); } - - gAgent.changeCameraToDefault(); } LLPreviewNotecard::~LLPreviewNotecard() -- cgit v1.1