diff --git a/src/bin/e_comp_object.c b/src/bin/e_comp_object.c index 1bf7a289b..268f61d2f 100644 --- a/src/bin/e_comp_object.c +++ b/src/bin/e_comp_object.c @@ -3395,7 +3395,7 @@ e_comp_object_dirty(Evas_Object *obj) } cw->update_count = cw->updates_full = cw->updates_exist = 0; evas_object_smart_callback_call(obj, "dirty", NULL); - if (cw->visible || (!visible) || (!cw->pending_updates)) return; + if (cw->visible || (!visible) || (!cw->pending_updates) || cw->native) return; /* force render if main object is hidden but mirrors are visible */ e_comp_object_render(obj); }