; Fix default Android tile mode

* java/org/gnu/emacs/EmacsGC.java (markDirty): Use rather REPEAT
than MIRROR.
This commit is contained in:
Po Lu 2024-04-23 17:09:50 +08:00
parent 326437e6c8
commit cd56e85c08

View file

@ -139,7 +139,7 @@ public final class EmacsGC extends EmacsHandleObject
{
tileObject = new BitmapDrawable (EmacsService.resources,
stippleBitmap);
tileObject.setTileModeXY (TileMode.MIRROR, TileMode.MIRROR);
tileObject.setTileModeXY (TileMode.REPEAT, TileMode.REPEAT);
}
else
/* Otherwise, update the existing tile object with the new