summaryrefslogtreecommitdiff
path: root/meta/packages/gtk+/gtk+-2.6.10/range-no-redraw.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/gtk+/gtk+-2.6.10/range-no-redraw.patch')
-rw-r--r--meta/packages/gtk+/gtk+-2.6.10/range-no-redraw.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/meta/packages/gtk+/gtk+-2.6.10/range-no-redraw.patch b/meta/packages/gtk+/gtk+-2.6.10/range-no-redraw.patch
deleted file mode 100644
index d16871228..000000000
--- a/meta/packages/gtk+/gtk+-2.6.10/range-no-redraw.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Index: gtk/gtkrange.c
-===================================================================
---- gtk/gtkrange.c (revision 18542)
-+++ gtk/gtkrange.c (working copy)
-@@ -1569,9 +1569,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.
- * that's because it's really broken to change a value
- * in response to a change signal on that value; round_digits