; * java/org/gnu/emacs/EmacsCopyArea.java (perform): Fix typo.
This commit is contained in:
parent
338f4be900
commit
9b50500b22
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ public class EmacsCopyArea
|
|||
|
||||
srcRect = new Rect (src_x, src_y, src_x + width,
|
||||
src_y + height);
|
||||
canvas.drawBitmap (srcBitmap, null, rect, paint);
|
||||
canvas.drawBitmap (srcBitmap, srcRect, rect, paint);
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue