aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorMelanie2010-08-05 08:19:46 +0100
committerDiva Canto2010-08-11 09:50:26 -0700
commit2892ae6b06be489a02e425be051312d3f4f6170b (patch)
treee60a1eac43ec78ccb28a2b5bba6f0609d46b1f14
parentHandle incoming ObjectImage (TextureEntry) updates synchronously rather than ... (diff)
downloadopensim-SC_OLD-2892ae6b06be489a02e425be051312d3f4f6170b.zip
opensim-SC_OLD-2892ae6b06be489a02e425be051312d3f4f6170b.tar.gz
opensim-SC_OLD-2892ae6b06be489a02e425be051312d3f4f6170b.tar.bz2
opensim-SC_OLD-2892ae6b06be489a02e425be051312d3f4f6170b.tar.xz
Prevent setting the hovertext from firing changed_color
-rw-r--r--OpenSim/Region/Framework/Scenes/SceneObjectPart.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
index 6e29312..8108047 100644
--- a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
+++ b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
@@ -862,7 +862,6 @@ namespace OpenSim.Region.Framework.Scenes
862 set 862 set
863 { 863 {
864 m_color = value; 864 m_color = value;
865 TriggerScriptChangedEvent(Changed.COLOR);
866 865
867 /* ScheduleFullUpdate() need not be called b/c after 866 /* ScheduleFullUpdate() need not be called b/c after
868 * setting the color, the text will be set, so then 867 * setting the color, the text will be set, so then