aboutsummaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
Diffstat (limited to 'java')
-rw-r--r--java/org/gnu/emacs/EmacsGC.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/org/gnu/emacs/EmacsGC.java b/java/org/gnu/emacs/EmacsGC.java
index 96df0c61ca6..b2474c5bd76 100644
--- a/java/org/gnu/emacs/EmacsGC.java
+++ b/java/org/gnu/emacs/EmacsGC.java
@@ -139,7 +139,7 @@ public final class EmacsGC extends EmacsHandleObject
139 { 139 {
140 tileObject = new BitmapDrawable (EmacsService.resources, 140 tileObject = new BitmapDrawable (EmacsService.resources,
141 stippleBitmap); 141 stippleBitmap);
142 tileObject.setTileModeXY (TileMode.MIRROR, TileMode.MIRROR); 142 tileObject.setTileModeXY (TileMode.REPEAT, TileMode.REPEAT);
143 } 143 }
144 else 144 else
145 /* Otherwise, update the existing tile object with the new 145 /* Otherwise, update the existing tile object with the new