git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@75257
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
2012-08-13 Carsten Haitzler (The Rasterman)
* Fix async fd stuff to generate new pipe after a fork (pid mismatch)
+
+2012-08-14 Tom Hacohen (TAsn)
+
+ * Textblock: Fixed range geometry when the last item is a format.
}
else
{
- x = 0;
- w = it2->w;
+ if (end > 0)
+ {
+ x = it2->adv;
+ w = 0;
+ }
+ else
+ {
+ x = 0;
+ w = it2->adv;
+ }
_evas_textblock_range_calc_x_w(it2, &x, &w, EINA_FALSE,
switch_items);
}