Skip to content
Snippets Groups Projects
Commit 246df493 authored by Todd Stinson's avatar Todd Stinson
Browse files

MAINT-1413,MAINT-1425,MAINT-1426: BUGFIX Correcting a problem where the...

MAINT-1413,MAINT-1425,MAINT-1426: BUGFIX Correcting a problem where the build/edit floater was being dirtied at the wrong time.
parent 094c717e
No related branches found
No related tags found
No related merge requests found
...@@ -133,7 +133,6 @@ class LLLandImpactsObserver : public LLParcelObserver ...@@ -133,7 +133,6 @@ class LLLandImpactsObserver : public LLParcelObserver
if(tools_floater) if(tools_floater)
{ {
tools_floater->updateLandImpacts(); tools_floater->updateLandImpacts();
tools_floater->dirty();
} }
} }
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment