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:
parent
326437e6c8
commit
cd56e85c08
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue