]> git.eshelyaron.com Git - emacs.git/commitdiff
Fixes: 18757
authorJan D <jan.h.d@swipnet.se>
Sat, 15 Nov 2014 12:39:30 +0000 (13:39 +0100)
committerJan D <jan.h.d@swipnet.se>
Sat, 15 Nov 2014 12:39:30 +0000 (13:39 +0100)
* nsterm.m (setFrame:): Remove call to display (Bug#18757).

src/ChangeLog
src/nsterm.m

index d75a7ec124b8d039a02ad06b32f96fb387c59266..16ec7125967d85628e9337116553a3418e214929 100644 (file)
@@ -1,3 +1,7 @@
+2014-11-15  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * nsterm.m (setFrame:): Remove call to display (Bug#18757).
+
 2014-11-14  Jan Djärv  <jan.h.d@swipnet.se>
 
        * nsfns.m (x_set_foreground_color, x_set_background_color)
index 9415922c6c954623d8da9a3661f78d1be42f2d22..b3a4e08e5f648e10ca879098e090e6f7279b084d 100644 (file)
@@ -7159,7 +7159,6 @@ if (cols > 0 && rows > 0)
   if (pixel_height == 0) pixel_height = 1;
   min_portion = 20 / pixel_height;
   [super setFrame: newRect];
-  [self display];
 /*  unblock_input (); */
 }