diff --git a/indra/newview/app_settings/settings_ascent.xml b/indra/newview/app_settings/settings_ascent.xml index c2b101023..8288edc6b 100644 --- a/indra/newview/app_settings/settings_ascent.xml +++ b/indra/newview/app_settings/settings_ascent.xml @@ -752,6 +752,23 @@ Value 0 + ExodusMapRolloverCircleColor + + Comment + Color setting of circle for rollovers on the minimap. + Persist + 1 + Type + Color4 + Value + Value + + 1.0 + 1.0 + 1.0 + 0.05 + + ExodusMapRolloverColor Comment diff --git a/indra/newview/llnetmap.cpp b/indra/newview/llnetmap.cpp index 10b6d3b23..af5c847fd 100644 --- a/indra/newview/llnetmap.cpp +++ b/indra/newview/llnetmap.cpp @@ -750,6 +750,8 @@ void LLNetMap::draw() } // Draw mouse radius + static const LLCachedControl map_avatar_rollover_color("ExodusMapRolloverCircleColor"); + gGL.color4fv((map_avatar_rollover_color()).mV); // Todo: Detect if over the window and don't render a circle? gl_circle_2d(local_mouse_x, local_mouse_y, min_pick_dist, 32, true); //