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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user