Prevent setting the hovertext from firing changed_color
parent
c39a0bc4c5
commit
2de3972ece
|
@ -843,7 +843,6 @@ namespace OpenSim.Region.Framework.Scenes
|
||||||
set
|
set
|
||||||
{
|
{
|
||||||
m_color = value;
|
m_color = value;
|
||||||
TriggerScriptChangedEvent(Changed.COLOR);
|
|
||||||
|
|
||||||
/* ScheduleFullUpdate() need not be called b/c after
|
/* ScheduleFullUpdate() need not be called b/c after
|
||||||
* setting the color, the text will be set, so then
|
* setting the color, the text will be set, so then
|
||||||
|
|
Loading…
Reference in New Issue