am d2b9bd80: Merge "Fix: End handle disappears when the selection is short." into mnc-dev
* commit 'd2b9bd80a20e5339bd2555d83d11a5cd88a20034': Fix: End handle disappears when the selection is short.
This commit is contained in:
@@ -3563,7 +3563,7 @@ public class Editor {
|
||||
return false;
|
||||
}
|
||||
|
||||
return isPositionVisible(mPositionX + mHotspotX, mPositionY);
|
||||
return isPositionVisible(mPositionX + mHotspotX + getHorizontalOffset(), mPositionY);
|
||||
}
|
||||
|
||||
public abstract int getCurrentCursorOffset();
|
||||
|
||||
Reference in New Issue
Block a user