am 7c1b1087: Merge "Fix for "Can\'t place cursor after combining accent"" into klp-dev

* commit '7c1b10872f3d57b3afdb0f070fcf602e4d72df37':
  Fix for "Can't place cursor after combining accent"
This commit is contained in:
Raph Levien
2013-09-20 16:31:22 -07:00
committed by Android Git Automerger

View File

@@ -1115,7 +1115,7 @@ public abstract class Layout {
float dist = Math.abs(getPrimaryHorizontal(max) - horiz);
if (dist < bestdist) {
if (dist <= bestdist) {
bestdist = dist;
best = max;
}