Evas masking: Fix rendering of masked objects with maps

This commit is contained in:
Jean-Philippe Andre 2015-01-26 14:26:36 +09:00
parent 154e5103c6
commit 77feb96dd7
1 changed files with 1 additions and 1 deletions

View File

@ -1226,7 +1226,7 @@ evas_render_mapped(Evas_Public_Data *e, Evas_Object *eo_obj,
if (mapped) if (mapped)
{ {
if (_evas_render_object_is_mask(obj)) if (use_mapped_ctx && _evas_render_object_is_mask(obj))
{ {
// don't return; // don't return;
} }