forked from AuroraMiddleware/gtk
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:
parent
8e9ac826a1
commit
1e613485d3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user