Skip to content

Instantly share code, notes, and snippets.

@aaronjensen
Created October 20, 2018 20:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aaronjensen/abc87582a608658ad9e1c95a6a07d992 to your computer and use it in GitHub Desktop.
Save aaronjensen/abc87582a608658ad9e1c95a6a07d992 to your computer and use it in GitHub Desktop.
---
src/nsterm.m | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/nsterm.m b/src/nsterm.m
index f910d606a6..a300c72f56 100644
--- a/src/nsterm.m
+++ b/src/nsterm.m
@@ -8162,7 +8162,7 @@ - (void)drawRect: (NSRect)rect
if (!emacsframe || !emacsframe->output_data.ns)
return;
- ns_clear_frame_area (emacsframe, x, y, width, height);
+ // ns_clear_frame_area (emacsframe, x, y, width, height);
block_input ();
expose_frame (emacsframe, x, y, width, height);
unblock_input ();
--
2.19.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment