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 f1c3a0a540
commit b1989c60a5
1 changed files with 1 additions and 0 deletions

View File

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