From 246df493150cecc4f12382ddb0920d4464401777 Mon Sep 17 00:00:00 2001 From: Todd Stinson <stinson@lindenlab.com> Date: Tue, 14 Aug 2012 19:34:24 -0700 Subject: [PATCH] MAINT-1413,MAINT-1425,MAINT-1426: BUGFIX Correcting a problem where the build/edit floater was being dirtied at the wrong time. --- indra/newview/llfloatertools.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/indra/newview/llfloatertools.cpp b/indra/newview/llfloatertools.cpp index 99ebb0eb346..48484786f69 100644 --- a/indra/newview/llfloatertools.cpp +++ b/indra/newview/llfloatertools.cpp @@ -133,7 +133,6 @@ class LLLandImpactsObserver : public LLParcelObserver if(tools_floater) { tools_floater->updateLandImpacts(); - tools_floater->dirty(); } } }; -- GitLab