Revert "Fix for StaticLayout bug with ellipsized text"

This reverts commit bbc910f229.
This commit is contained in:
Paul Eastham
2011-02-04 19:17:54 -08:00
parent f7f2499638
commit be46d1456b

View File

@@ -500,7 +500,7 @@ public class StaticLayout extends Layout
choosehtv, fm, hasTabOrEmoji,
needMultiply, paraStart, chdirs, dir, easy,
paraEnd == bufend, includepad, trackpad,
chs, widths, paraStart,
chs, widths, here - paraStart,
ellipsize, ellipsizedWidth, w, paint);
}