add RENDER_DEBUG for forced renders when setting dirty flag

This commit is contained in:
Mike Blumenkrantz 2015-10-02 13:40:55 -04:00
parent b9b650806f
commit 81b61634c4
1 changed files with 1 additions and 0 deletions

View File

@ -3571,6 +3571,7 @@ e_comp_object_dirty(Evas_Object *obj)
evas_object_smart_callback_call(obj, "dirty", NULL);
if (cw->visible || (!visible) || (!cw->pending_updates) || cw->native) return;
/* force render if main object is hidden but mirrors are visible */
RENDER_DEBUG("FORCING RENDER %p", cw->ec);
e_comp_object_render(obj);
}