Merge "Fix for "Can't place cursor after combining accent"" into klp-dev
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