; 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,
|
||||
stippleBitmap);
|
||||
tileObject.setTileModeXY (TileMode.MIRROR, TileMode.MIRROR);
|
||||
tileObject.setTileModeXY (TileMode.REPEAT, TileMode.REPEAT);
|
||||
}
|
||||
else
|
||||
/* Otherwise, update the existing tile object with the new
|
||||
|
|
Loading…
Add table
Reference in a new issue