summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatertools.cpp
diff options
context:
space:
mode:
authorTodd Stinson <stinson@lindenlab.com>2012-05-08 18:44:04 -0700
committerTodd Stinson <stinson@lindenlab.com>2012-05-08 18:44:04 -0700
commit2d94e8e764045e499a0f6216c2f05d14ada4136b (patch)
tree08ba1afe8943ffc3d744f2441c72697e461a7212 /indra/newview/llfloatertools.cpp
parent7a9f62ab302d365238871f3bdcc251c04ad14270 (diff)
PATH-629: Allowing viewer edits to permanent objects when in god-mode regardless of frozen mode.
Diffstat (limited to 'indra/newview/llfloatertools.cpp')
-rw-r--r--indra/newview/llfloatertools.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloatertools.cpp b/indra/newview/llfloatertools.cpp
index 2a722d8ed4..c8599df161 100644
--- a/indra/newview/llfloatertools.cpp
+++ b/indra/newview/llfloatertools.cpp
@@ -133,6 +133,7 @@ public:
if(tools_floater)
{
tools_floater->updateLandImpacts();
+ tools_floater->dirty();
}
}
};