Update Android port
* java/org/gnu/emacs/EmacsView.java (onAttachedToWindow): Send measured width and height in exposures again.
This commit is contained in:
@@ -574,7 +574,8 @@ public final class EmacsView extends ViewGroup
|
||||
bitmapDirty = true;
|
||||
|
||||
/* Now expose the view contents again. */
|
||||
EmacsNative.sendExpose (this.window.handle, 0, 0, 0, 0);
|
||||
EmacsNative.sendExpose (this.window.handle, 0, 0,
|
||||
measuredWidth, measuredHeight);
|
||||
|
||||
super.onAttachedToWindow ();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user