sidebarrow: Don't focus on click

This is sometimes important, e.g. when saving in the filechooser. We
don't want to move the focus out of the filename entry in that case.
This commit is contained in:
Timm Bäder 2019-05-17 08:42:34 +02:00
parent 8e9ac826a1
commit 1e613485d3

View File

@ -465,6 +465,8 @@ static void
gtk_sidebar_row_init (GtkSidebarRow *self)
{
gtk_widget_init_template (GTK_WIDGET (self));
gtk_widget_set_focus_on_click (GTK_WIDGET (self), FALSE);
}
static void