aboutsummaryrefslogtreecommitdiffstats
path: root/meta/packages/gtk+/gtk+-2.10.12/range-no-redraw.patch
blob: 384d71b4fe4028b17041ff9659273fc03fd67c21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Index: gtk/gtkrange.c
===================================================================
--- gtk/gtkrange.c	(revision 18523)
+++ gtk/gtkrange.c	(working copy)
@@ -1979,8 +1979,12 @@
       gtk_widget_queue_draw (GTK_WIDGET (range));
       
       /* This is so we don't lag the widget being scrolled. */
+#if 0
+      /* Disable this, the scroll bar lags a bit but the end result is that
+         scrolling treeviews is *a lot* smoother. See GNOME #460534. */
       if (GTK_WIDGET_REALIZED (range))
         gdk_window_process_updates (GTK_WIDGET (range)->window, FALSE);
+#endif
     }
   
   /* Note that we don't round off to range->round_digits here.