Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b6f3339a authored by George Mount's avatar George Mount
Browse files

Fix location of selection handles on rotated text.

 Bug 6206177

Change-Id: If4509b75aa2f71f80e44e3820f69e1844534bed2
parent 88796897
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4924,7 +4924,7 @@ public final class WebViewClassic implements WebViewProvider, WebViewProvider.Sc
     * startX, startY, endX, endY
     */
    private void getSelectionHandles(int[] handles) {
        handles[0] = mSelectCursorBase.right;
        handles[0] = mSelectCursorBase.left;
        handles[1] = mSelectCursorBase.bottom;
        handles[2] = mSelectCursorExtent.left;
        handles[3] = mSelectCursorExtent.bottom;