another non premul color

SVN revision: 71970
This commit is contained in:
Davide Andreoli 2012-06-11 23:56:01 +00:00
parent 8babe97704
commit 9b72ec0dea
1 changed files with 1 additions and 1 deletions

View File

@ -5599,7 +5599,7 @@ elm_map_overlay_circle_add(Evas_Object *obj, double lon, double lat, double radi
overlay->c.r = 0xdc;
overlay->c.g = 0x14;
overlay->c.b = 0x3c;
overlay->c.a = 200;
overlay->c.a = 220;
overlay->ovl = _overlay_circle_new(wd, lon, lat, radius, overlay->c);
overlay->grp = _overlay_group_new(wd);
wd->overlays = eina_list_append(wd->overlays, overlay);