elementary: apply anti-aliasing at the gesture layer example.

This commit is contained in:
Hermet Park 2018-04-10 11:25:25 +09:00
parent d62ee3bea1
commit ab7988b532
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ apply_changes(Photo_Object *po)
po->bx + po->bw / 2, po->by + po->bh /2);
evas_object_map_enable_set(po->ic, EINA_TRUE);
evas_object_map_set(po->ic, map);
evas_object_anti_alias_set(po->ic, EINA_TRUE);
{
Evas_Map *shadow_map = evas_map_new(4);