[gtk+/rendering-cleanup-next: 65/199] viewport: Don't paint stuff in realize handler



commit b6b12c2c60bd269a28b599888eccde00ef0a180f
Author: Benjamin Otte <otte redhat com>
Date:   Tue Sep 7 16:37:27 2010 +0200

    viewport: Don't paint stuff in realize handler

 gtk/gtkviewport.c |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/gtk/gtkviewport.c b/gtk/gtkviewport.c
index 863d17f..8a971ae 100644
--- a/gtk/gtkviewport.c
+++ b/gtk/gtkviewport.c
@@ -750,13 +750,6 @@ gtk_viewport_realize (GtkWidget *widget)
   gtk_style_set_background (style, window, GTK_STATE_NORMAL);
   gtk_style_set_background (style, priv->bin_window, GTK_STATE_NORMAL);
 
-  /* Call paint here to allow a theme to set the background without flashing
-   */
-  gtk_paint_flat_box(style, priv->bin_window, GTK_STATE_NORMAL,
-		     GTK_SHADOW_NONE,
-		     NULL, widget, "viewportbin",
-		     0, 0, -1, -1);
-   
   gdk_window_show (priv->bin_window);
   gdk_window_show (priv->view_window);
 }



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