evas render - checking if can overlay was broking checking parent maps

brought out by CID 1039454 - fix!
This commit is contained in:
Carsten Haitzler 2014-08-27 12:46:43 +09:00
parent 6c758594a7
commit 5ca08e65d8
1 changed files with 1 additions and 0 deletions

View File

@ -838,6 +838,7 @@ _evas_render_can_use_overlay(Evas_Public_Data *e, Evas_Object *eo_obj)
/* Check if any one is the stack make this object mapped */
eo_tmp = eo_obj;
tmp = eo_data_scope_get(eo_tmp, EVAS_OBJECT_CLASS);
while (tmp && !_evas_render_has_map(eo_tmp, tmp))
{
tmp = eo_data_scope_get(eo_tmp, EVAS_OBJECT_CLASS);