1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00

; 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, tileObject = new BitmapDrawable (EmacsService.resources,
stippleBitmap); stippleBitmap);
tileObject.setTileModeXY (TileMode.MIRROR, TileMode.MIRROR); tileObject.setTileModeXY (TileMode.REPEAT, TileMode.REPEAT);
} }
else else
/* Otherwise, update the existing tile object with the new /* Otherwise, update the existing tile object with the new