From d615f9f024e95ae0839112f492f66a3475dd145b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ant=C3=B3nio=20Fernandes?= Date: Sun, 25 Feb 2024 19:37:51 +0000 Subject: [PATCH] Revert "pathbar: Change cursor to text when action is loation entry" This reverts commit d2b2c814a3044692055d1fcc88a77a2acf6da225. This usage of the text cursor is unusual. We should instead explore highlight on hover. --- src/nautilus-pathbar.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/nautilus-pathbar.c b/src/nautilus-pathbar.c index 0aaba7cd64..c9fa64d7a4 100644 --- a/src/nautilus-pathbar.c +++ b/src/nautilus-pathbar.c @@ -1198,8 +1198,6 @@ make_button_data (NautilusPathBar *self, gtk_widget_add_css_class (button_data->button, "current-dir"); gtk_widget_set_hexpand (button_data->button, TRUE); gtk_widget_set_halign (button_data->label, GTK_ALIGN_START); - - gtk_widget_set_cursor_from_name (button_data->button, "text"); gtk_actionable_set_action_name (GTK_ACTIONABLE (button_data->button), "win.enter-location"); } -- GitLab