summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErnestas Kulik <ernestask@gnome.org>2018-07-11 13:27:47 +0300
committerAntónio Fernandes <antoniof@gnome.org>2021-08-15 21:21:07 +0100
commit95e2270fa86cb94d2919970df57e97a45109213a (patch)
tree871e7dc7f3b266c153f90ae79af2ad768d1798f1
parent3fa599f0c1d8c126e0f9cd94e7141b9616b46a24 (diff)
downloadnautilus-95e2270fa86cb94d2919970df57e97a45109213a.tar.gz
pathbar: Drop gtk_widget_set_redraw_on_allocate()
It's gone in GTK4 [1] and doesn't seem to make a difference in GTK3. [1] https://gitlab.gnome.org/GNOME/gtk/-/commit/a8a755e5cddc0f1736cc198301088310a6e26627
-rw-r--r--src/nautilus-pathbar.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nautilus-pathbar.c b/src/nautilus-pathbar.c
index 68cd38639..a7e966732 100644
--- a/src/nautilus-pathbar.c
+++ b/src/nautilus-pathbar.c
@@ -242,7 +242,6 @@ nautilus_path_bar_init (NautilusPathBar *self)
g_object_unref (builder);
gtk_widget_set_has_window (GTK_WIDGET (self), FALSE);
- gtk_widget_set_redraw_on_allocate (GTK_WIDGET (self), FALSE);
gtk_style_context_add_class (gtk_widget_get_style_context (GTK_WIDGET (self)),
GTK_STYLE_CLASS_LINKED);