I#1896 - Composer: Ensure URL entry is focused in Link Properties

Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1896
This commit is contained in:
Milan Crha
2022-05-09 09:59:41 +02:00
parent ba919077ee
commit 8c46e054d3

View File

@ -171,6 +171,8 @@ html_editor_link_dialog_show (GtkWidget *widget)
/* Chain up to parent implementation */
GTK_WIDGET_CLASS (e_html_editor_link_dialog_parent_class)->show (widget);
gtk_widget_grab_focus (dialog->priv->url_edit);
}
static void