elementary/mapbuf - update map necessarily.

if the mapbuf is hidden, then there is no need to update map info.
This commit is contained in:
ChunEon Park 2013-12-20 20:15:16 +09:00
parent 440c2ce083
commit 9ff56c3abf
1 changed files with 1 additions and 0 deletions

View File

@ -99,6 +99,7 @@ _configure(Evas_Object *obj)
static Evas_Map *m = NULL;
if (!sd->content) return;
if (sd->enabled && !evas_object_visible_get(obj)) return;
Evas_Coord x, y, w, h;
evas_object_geometry_get(wd->resize_obj, &x, &y, &w, &h);