Created
March 5, 2018 01:49
-
-
Save aaronjensen/26b8de1e90e5df4dbe19220f4f09a518 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
src/nsterm.m | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
diff --git a/src/nsterm.m b/src/nsterm.m | |
index 3d58cd5ec6..e21efada2b 100644 | |
--- a/src/nsterm.m | |
+++ b/src/nsterm.m | |
@@ -6910,7 +6910,6 @@ - (void) updateFrameSize: (BOOL) delay | |
FRAME_PIXEL_TO_TEXT_WIDTH (emacsframe, neww), | |
FRAME_PIXEL_TO_TEXT_HEIGHT (emacsframe, newh), | |
0, delay, 0, 1); | |
- SET_FRAME_GARBAGED (emacsframe); | |
cancel_mouse_face (emacsframe); | |
/* The next two lines set the frame to the same size as we've | |
@@ -7031,6 +7030,7 @@ - (NSSize)windowWillResize: (NSWindow *)sender toSize: (NSSize)frameSize | |
} | |
} | |
+ SET_FRAME_GARBAGED (emacsframe); | |
NSTRACE_RETURN_SIZE (frameSize); | |
return frameSize; | |
-- | |
2.15.1 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment