[vte] Bug 534526 - Flickering when resizing a vte widget



commit 884527cf0a37728d53cff21d0ce4f07911f2049e
Author: Behdad Esfahbod <behdad behdad org>
Date:   Tue Jan 12 02:39:33 2010 -0500

    Bug 534526 - Flickering when resizing a vte widget

 src/vte.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/vte.c b/src/vte.c
index 8c1a088..d6502c1 100644
--- a/src/vte.c
+++ b/src/vte.c
@@ -7607,7 +7607,7 @@ vte_terminal_set_size(VteTerminal *terminal, glong columns, glong rows)
 					terminal,
 					screen->scroll_delta + delta);
 		}
-		gtk_widget_queue_resize (&terminal->widget);
+		gtk_widget_queue_resize_no_redraw (&terminal->widget);
 		/* Our visible text changed. */
 		vte_terminal_emit_text_modified(terminal);
 	}



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]