git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@67762
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
* Added edje_object_markup_filter_callback_{add,del,del_full}.
These let you append(delete) markup filter functions for filtering
inserted text.
+
+2012-02-08 Cedric Bail
+
+ * Fix bug when using EDJE_CALC_CACHE and using relative to x and y
+ on separate part.
+
p1, pos);
#ifdef EDJE_CALC_CACHE
- ep->param1.state = ed->state;
+ if (flags == FLAG_XY)
+ ep->param1.state = ed->state;
#endif
}
}
confine_to,
p2, pos);
#ifdef EDJE_CALC_CACHE
- ep->param2->state = ed->state;
+ if (flags == FLAG_XY)
+ ep->param2->state = ed->state;
#endif
}