forked from AuroraMiddleware/gtk
inspector: Drop more uses of can-focus
This commit is contained in:
parent
f996ba6585
commit
b3b29e37fd
@ -56,7 +56,6 @@ add_row (GtkContainer *box,
|
||||
row = g_object_new (GTK_TYPE_LIST_BOX_ROW,
|
||||
"selectable", FALSE,
|
||||
"activatable", FALSE,
|
||||
"can-focus", FALSE,
|
||||
NULL);
|
||||
|
||||
label = g_object_new (GTK_TYPE_LABEL,
|
||||
|
Loading…
Reference in New Issue
Block a user