From: Jan D Date: Sat, 15 Nov 2014 12:39:30 +0000 (+0100) Subject: Fixes: 18757 X-Git-Tag: emacs-24.4.90~222 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=836c444db7c0e3bf99ed89ee6051da0cd8f5e628;p=emacs.git Fixes: 18757 * nsterm.m (setFrame:): Remove call to display (Bug#18757). --- diff --git a/src/ChangeLog b/src/ChangeLog index d75a7ec124b..16ec7125967 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2014-11-15 Jan Djärv + + * nsterm.m (setFrame:): Remove call to display (Bug#18757). + 2014-11-14 Jan Djärv * nsfns.m (x_set_foreground_color, x_set_background_color) diff --git a/src/nsterm.m b/src/nsterm.m index 9415922c6c9..b3a4e08e5f6 100644 --- a/src/nsterm.m +++ b/src/nsterm.m @@ -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 (); */ }