diff --git a/src/bin/e_comp_object.c b/src/bin/e_comp_object.c index 77d4ab51c..429a8311d 100644 --- a/src/bin/e_comp_object.c +++ b/src/bin/e_comp_object.c @@ -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); }