mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-28 22:41:43 +00:00
Merge branch 'file-chooser-location-escape' into 'master'
file chooser: Stay focused Closes #1851 See merge request GNOME/gtk!785
This commit is contained in:
commit
3a40555202
@ -2482,6 +2482,7 @@ static void
|
||||
location_entry_close_clicked (GtkFileChooserWidget *impl)
|
||||
{
|
||||
location_mode_set (impl, LOCATION_MODE_PATH_BAR);
|
||||
gtk_widget_grab_focus (GTK_WIDGET (impl));
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user