summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatertools.cpp
diff options
context:
space:
mode:
authorTodd Stinson <stinson@lindenlab.com>2012-08-14 19:34:24 -0700
committerTodd Stinson <stinson@lindenlab.com>2012-08-14 19:34:24 -0700
commit246df493150cecc4f12382ddb0920d4464401777 (patch)
treef68597e37c77067abae284794191974634b045fe /indra/newview/llfloatertools.cpp
parent094c717ea88c3736f885d8fef417ff73328adc6a (diff)
MAINT-1413,MAINT-1425,MAINT-1426: BUGFIX Correcting a problem where the build/edit floater was being dirtied at the wrong time.
Diffstat (limited to 'indra/newview/llfloatertools.cpp')
-rw-r--r--indra/newview/llfloatertools.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llfloatertools.cpp b/indra/newview/llfloatertools.cpp
index 99ebb0eb34..48484786f6 100644
--- a/indra/newview/llfloatertools.cpp
+++ b/indra/newview/llfloatertools.cpp
@@ -133,7 +133,6 @@ public:
if(tools_floater)
{
tools_floater->updateLandImpacts();
- tools_floater->dirty();
}
}
};