mirror of
https://gitlab.gnome.org/GNOME/nautilus
synced 2024-11-05 16:04:31 +00:00
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] a8a755e5cd
This commit is contained in:
parent
ad2fcd7b6d
commit
c56ccce791
1 changed files with 0 additions and 1 deletions
|
@ -241,7 +241,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);
|
||||
|
|
Loading…
Reference in a new issue