forked from AuroraMiddleware/gtk
searchbar: Set a focus vfunc
We don't want to take focus ourselves here.
This commit is contained in:
parent
f87c15f4f9
commit
3c5afc06d1
@ -294,6 +294,7 @@ gtk_search_bar_class_init (GtkSearchBarClass *klass)
|
||||
object_class->get_property = gtk_search_bar_get_property;
|
||||
|
||||
widget_class->compute_expand = gtk_search_bar_compute_expand;
|
||||
widget_class->focus = gtk_widget_focus_child;
|
||||
|
||||
/**
|
||||
* GtkSearchBar:search-mode-enabled:
|
||||
|
Loading…
Reference in New Issue
Block a user