Dear all

After run map menu in elementary_test, i found some minor errors
1. some passing data ptr is wrong at obj_rotate_zoom
2. clipped part isn't set by rect

thanks
Index: elementary/src/lib/elm_map.c
===================================================================
--- elementary/src/lib/elm_map.c        (리비전 66989)
+++ elementary/src/lib/elm_map.c        (작업 사본)
@@ -2353,12 +2353,12 @@
 
    evas_object_move(group->bubble, xx, yy);
    evas_object_resize(group->bubble, ww, hh);
-   obj_rotate_zoom(group->wd, group->bubble);
+   obj_rotate_zoom(group->wd->obj, group->bubble);
    evas_object_show(group->bubble);
 
    evas_object_move(group->rect, xx, yy);
    evas_object_resize(group->rect, ww, hh);
-   obj_rotate_zoom(group->wd, group->rect);
+   obj_rotate_zoom(group->wd->obj, group->rect);
    evas_object_show(group->rect);
 }
 
Index: elementary/data/themes/widgets/map.edc
===================================================================
--- elementary/data/themes/widgets/map.edc      (리비전 66989)
+++ elementary/data/themes/widgets/map.edc      (작업 사본)
@@ -672,6 +672,7 @@
    }
    parts {
       part { name: "clipper";
+         type: RECT;
          mouse_events:  1;
          description { state: "default" 0.0;
             color: 255 255 255 0;
------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to